MP3 is not free but ogg may have some code base which you can use for
encoding. But I am afraid it's a DIY.
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
MediaRecorder recorder = new MediaRecorder();
...
recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
but I can't use these methods on AudioRecord object!
Please, someone help me!
On Apr 2, 10:43 am, Harmeshver Singh <reshwindbl...@gmail.com> wrote:
> Ok the best way to explain MP3 is not free is when you take a look at most
> Linux Distribution (example Fedora, OpenSUSE, etc) most of it which comes
> from USA will not include the MP3 codec as it is patented. If they did
> include it = they either need to pay the patent rights or do it illegally.
>
> I recently did a thesis on multimedia so I will help to clear somethings for
> you.
>
> Also it will help if you understand the difference between Containers (http://en.wikipedia.org/wiki/Container_format_(digital) ) and Codecs. (http://en.wikipedia.org/wiki/Codec)
>
> > android-platfo...@googlegroups.com<android-platform%2Bunsubscrib e...@googlegroups.com>