[android-developers] Re: Recorder Audio

2008-11-25 Thread Breno
Dave, But how about the codec, which is the kbps/sec rate? in AMR_NB there is a lot...thanks Breno On Nov 7, 1:01 am, Dave [EMAIL PROTECTED] wrote: Audio recording support is a bit rough in 1.0. The AMR-NB file format is described here: http://www.ietf.org/rfc/rfc3267.txt It's just a

[android-developers] Re: Recorder Audio

2008-11-06 Thread Dave
Audio recording support is a bit rough in 1.0. The AMR-NB file format is described here: http://www.ietf.org/rfc/rfc3267.txt It's just a simple header appended to the raw AMR stream. On Nov 4, 1:55 am, mesak82 [EMAIL PROTECTED] wrote: I'm using Sound Recorder application and after recording I

[android-developers] Re: Recorder Audio

2008-11-04 Thread mesak82
Does Sound Recorder application also save recorded audio in a raw format? I'm recording using Sound Recorder, the file is saved (it's on sdcard and also showed in logcat is being stored) but if I try to open the file from Music application, the file I recorded is not even shown in the play list.

[android-developers] Re: Recorder Audio

2008-11-04 Thread mesak82
I'm using Sound Recorder application and after recording I cannot see that audio in the playback list in Music application, but it's on the SD card. Sound Recorder also stores recorded audio in raw format? Is it expected not to see the recorded file in playback lists? Rgrds, Misa if u are

[android-developers] Re: Recorder Audio

2008-10-28 Thread gs_cmans
the API defenition for this seems to be left out in the android framework code for some funny reason; may be a catch16 or so. though the internal system codec libraries of OPENCORES implementation supports this; some parts of internal code sets this with SetOutputBitrate(..) functions which are

[android-developers] Re: Recorder Audio

2008-10-28 Thread gs_cmans
But the music media in Android can't play this format? try save it as .3GPP and play it. if u are just receiving the data from recorder and storing it in raw format it wont play; requires other magic headers to be placed for .amr file format; refer IF2 documentation -g On Sep 22, 9:50 am,

[android-developers] Re: Recorder Audio

2008-09-23 Thread jphdsn
do you have a solution? On Sep 22, 11:50 am, ZIN [EMAIL PROTECTED] wrote: I saw in the properties MediaRecorder.AudioEncoder.AMR_NB, so the only format audio recorder type is .AMR But the music media in Android can't play this format? What can i solve this problem?

[android-developers] Re: Recorder Audio

2008-09-23 Thread jphdsn
have you find a solution? On Sep 22, 11:50 am, ZIN [EMAIL PROTECTED] wrote: I saw in the properties MediaRecorder.AudioEncoder.AMR_NB, so the only format audio recorder type is .AMR But the music media in Android can't play this format? What can i solve this problem?

[android-developers] Re: Recorder Audio

2008-09-23 Thread jphdsn
read arm format works, in bad quality On Sep 23, 8:17 am, jphdsn [EMAIL PROTECTED] wrote: have you find a solution? On Sep 22, 11:50 am, ZIN [EMAIL PROTECTED] wrote: I saw in the properties MediaRecorder.AudioEncoder.AMR_NB, so the only format audio recorder type is .AMR But the music