[android-porting] Re: Testing Microphone with Android App on OMAP

2010-08-17 Thread Krishna Mohan
hi, try this as per the logcat it seems the capture device is not defined properly hence in line D/ALSAModule( 1128): open called for devices in mode 0... doesnt seem to have any meaning. so instead of this try to open hw:0,0 or hw:0,1 depending on ur card settings. I dont

[android-porting] Re: Testing Microphone with Android App on OMAP

2010-08-13 Thread Srikant
2. For the second option I m not able to find any record option with alsa_aplay. The option is 'C' and not 'r', (C for Capture) Try with this for recording, something like this: #alsa_aplay -C -t wav -d 10 rec1.wav -- Srikant On Aug 11, 12:05 pm, Fasil mfasi...@gmail.com wrote: Thanks

[android-porting] Re: Testing Microphone with Android App on OMAP

2010-08-13 Thread Fasil
In Command line mode I m able to capture voice... But through app I m not able to do so. I have tried with the following apps 1. SoundRecorder the default one of Android 2. Voice Recorder apk 3. Droid Record In all the three cases the applications throws a message as D/ALSAModule( 1128): open