Thanks for reply Dave,

can anyone tell me how can i do this, i assume to install any
converter application and use it in my code to convert and return the
mp3 uri

please help me -

On Mar 18, 10:31 am, Dave Sparks <davidspa...@android.com> wrote:
> 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 <genx...@gmail.com> 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to