background preloader

NatureVoiceAndroid

Facebook Twitter

Un4seen Developments - 2MIDI / BASS / MID2XM / MO3 / XM-EXE / XMPlay. Android :: Decode MP3 Audio Data To PCM Audio Format In Android. Sponsored Links: Related Forum Messages: Android :: Determining Audio Format Of Audio Files Is there a way to determine the audio format of an audio file in Android? On normal java I do it like this: File file= new File(...); AudioInputStream stream = AudioSystem.getAudioInputStream(file);AudioFormat format= stream.getFormat(); Android :: Streaming Audio AAC Format I have developed a streaming app for Android. My app is streaming AAC audio.The app works fine on 1.5, 1.6, and 2.1. I tested it on Froyo, the android 2.2 and it does not work there.I have try everthing - Streaming directly from server url - Download incrementaly the content, store in a temp file, start reading. - Download incrementaly the content, store in a ContentProvider and start reading.No luck, I always got errors : 06-23 02:47:02.257: ERROR/MediaPlayer(266): Unable to to create media player 06-23 02:47:02.257: INFO/System.out(266): setDataSourceFD failed.: status=0x80000000 Does Froyo support AAC?

Package com.video; MPEG audio decoder - Develop.