Reputation: 93
Is there any possibility to play custom audio format (encoded default format) in android?
Upvotes: 1
Views: 587
Reputation: 7860
Anything is possible--you can program your own encoder and process the audio byte by byte if you have to. That could be very very difficult, however.
Here's some information on what audio formats are supported in Android: http://developer.android.com/guide/appendix/media-formats.html
If you need a more thorough answer than that, you'll be able to get better answers from Stack Overflow with more detail. For example, what do you mean "encoded default format"? Exactly what type of audio file are you hoping to play in your program?
Upvotes: 1