They don't really decode let alone encode those formats though, hence
the 'cheap' moniker.
Short of porting a full mp3 encoder to android, there is no way to
convert sound to mp3 format on the phone.



On Sun, Apr 12, 2009 at 11:40 AM, bw <ben.weisb...@gmail.com> wrote:
>
> Try looking at the source code for RingDroid:
> http://code.google.com/p/ringdroid/source/checkout
>
> Particularly the CheapAMR and CheapMP3 classes which can read/write
> these formats:
> http://code.google.com/p/ringdroid/source/browse/#svn/trunk/src/com/ringdroid/soundfile
>
>
>
> On Mar 13, 5:27 am, zeeshan <genx...@gmail.com> wrote:
>> any solution plz?
>>
>> On Mar 5, 9:20 am, zeeshan <genx...@gmail.com> wrote:
>>
>> > thanks for the reply Dave, i was really waiting for it.
>> > is there any way to transcode it in mp3 after record finish.
>>
>> > i need this kind of output:
>>
>> > Intent intent = new Intent
>> > (MediaStore.Audio.Media.RECORD_SOUND_ACTION);
>> > startActivityForResult(intent, ACTIVITY_RECORD_SOUND);
>>
>> > protected void onActivityResult(int requestCode, int resultCode,Intent
>> > data) {
>>
>> > if(requestCode == SELECT_AUDIO){
>> >                         if (resultCode == RESULT_CANCELED) {
>>
>> >                             } else {
>>
>> >                                 if (data != null) {
>>
>> >                                         Uri RecordedAudio = data.getData();
>> >                                      convertInMp3(Uri);
>>
>> >                                 }
>>
>> >                             }
>> >                 }
>>
>> > }
>>
>> > ?
>>
>> > On Mar 5, 7:59 am, Dave Sparks <davidspa...@android.com> wrote:
>>
>> > > The only audio format supported on G1 is AMR format (raw .AMR file).
>>
>> > > On Mar 4, 1:18 pm, zeeshan <genx...@gmail.com> wrote:
>>
>> > > > Hi,
>>
>> > > > can anyone tell me what is the default format of android recording.
>> > > > i have recorded an audio clip but dont know how can i check its
>> > > > extention?
>>
>> > > > i am using this activity
>>
>> > > > Intent intent = new Intent
>> > > > (MediaStore.Audio.Media.RECORD_SOUND_ACTION);
>> > > > startActivityForResult(intent, ACTIVITY_RECORD_SOUND);
>>
>> > > > i need mp3/wav format, is it the same or do i need to convert it? how?
>>
>> > > > please reply me
>>
>> > > > thanks.- Hide quoted text -
>>
>> > > - Show quoted text -- 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