background preloader

NatureVoiceAndroid

Facebook Twitter

Un4seen Developments - 2MIDI / BASS / MID2XM / MO3 / XM-EXE / XMPlay. 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?

Decode MP3 Audio Data To PCM Audio Format 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. MPEG audio decoder - Develop.