No, there is no built-in package to convert from AMR to MP3 or WAVE.
If you want to do this in the current SDK, you'll need to write your
own code to do the conversion.

On Mar 18, 2:44 am, zeeshan <[email protected]> wrote:
> Hi Android Experts,
>
> i want to convert recorded AMR sound into mp3 or WAV within my
> activity, is there any method or package i can use?
>
> i am using this activity for recording:
>
> Intent intent = new Intent
> (MediaStore.Audio.Media.RECORD_SOUND_ACTION);
>  startActivityForResult(intent, SELECT_AUDIO);
>
> this gives me amr content uri but my question is , how can i get the
> mp3/wav uri?
>
> i posted this question long ago but still no solution, please help me
> as i am really stuck on this.
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to