Re: [android-developers] Audio Recorder

2011-08-04 Thread Nico Balestra
Hi, you should do String name = Environment.getExternalStorageDirectory().getAbsolutePath() + /Logger; to get the right mount point for your sd card. Hope this helps. Nico 2011/8/4 Ab Caballero a...@mac.com I'm trying to provide an audio recorder within an application for the user to

[android-developers] Audio Recorder

2011-08-03 Thread Ab Caballero
I'm trying to provide an audio recorder within an application for the user to dictate notes. I keep getting an error that there is no valid output file and that the external storage is not available (I know it is because i am using it in a separate activity). Any thoughts would be appreciated.

Re: [android-developers] Audio recorder

2011-04-26 Thread Mark Murphy
On Tue, Apr 26, 2011 at 12:57 AM, cibin cibin.p.oom...@gmail.com wrote: Can we recommend any  lower level code in Audio recorder, maybe accessing native functions? OpenSL was added in a recent Android update for access via the NDK. There is nothing lower level than AudioRecord from the SDK. --

[android-developers] Audio recorder

2011-04-25 Thread cibin
Does the Android platform provide an API to process audio inputs in real time, other than the methods provided by the AudioRecord class? -- 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] Audio recorder

2011-04-25 Thread cibin
If the AudioRecord class contains the optimum methods, can it dump the buffer often enough to meet the desired latency of 16ms? Can we be completely confidant that each sample will be processed? (we cannot miss any samples, unless we know that they were missed) -- You received this message

[android-developers] Audio recorder

2011-04-25 Thread cibin
Can we recommend any lower level code in Audio recorder, maybe accessing native functions? -- 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

[android-developers] audio recorder

2009-05-28 Thread intbt
With version 1.5, I keep getting this error 05-29 01:36:39.440: ERROR/AudioRecord-JNI(1280): Error creating AudioRecord instance: initialization check failed. 05-29 01:36:39.450: ERROR/AudioRecord-Java(1280): [ android.media.AudioRecord ] Error code -20 when initializing native AudioRecord

[android-developers] Audio recorder format

2008-10-28 Thread april
In AudioEncorder class (http://code.google.com/android/reference/ android/media/MediaRecorder.AudioEncoder.html#DEFAULT) there are 2 attribute, DEFAULT and AMR_NB. What is DEFAULT? What is the bandwidth for DEFAULT and AMR_NB? Thanks! April --~--~-~--~~~---~--~~