Hi
I am following a tutorial on getting speech recognition working on the RPi, here:
http://www.aonsquared.co.uk/raspi_voice_control
I purchased a USB microphone; one of these:
http://www.ebay.co.uk/itm/ws/eBayISAPI.dll?ViewItem&item=360474309657&ssPageName=ADME:L:OC:GB:3160
and have plugged it into the upper USB socket on the RPi itself (I am using the RPi connected to a Motorolla Lapdock).
I installed the packages listed on the tutorial which include the 'arecord' program and executed the command:
arecord -d 10 -D plughw:1,0 test.wav
It appears to start recording with the message:
Recording WAVE.. etc
but then bombs out with the error:
arecord: set_params:1145: Unable to install hw params
followed by some format information.
It hasn't written any wave file.
Any ideas what might be causing the problem?
Thanks
Spencer





