I'm using the MediaCodec to encode raw audio data into AAC. It's basically working and I'm getting some output that I write to a file. But the file seems to be invalid since no player (vlc, winamp, mediaplayer) can play it. AFAIK winamp should be able to play the raw aac file. If I'm using the MediaExtractor to open the file I get an IOException which I believe is thrown because the Extractor can't read the file either.
Does anyone have some experience or is there any detailed documentation on how to encode audio data? Cheers -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

