pi@raspberrypi ~ $ sudo arecord -d 10 -D plughw:1,0 -r 192 -c 1 /boot/testwavs/test.wav
Recording WAVE '/boot/testwavs/test.wav' : Unsigned 8 bit, Rate 192000 Hz, Mono
OK
pi@raspberrypi ~ $ sudo arecord -d 10 -D plughw:1,0 -r 250 -c 1 /boot/testwavs/test.wav
arecord: main:568: bad speed value 250000
Note error
Ive tried every option I can find of tinkering with ~/.asoundrc and usually end up with this error
arecord: set_params:1145: Unable to install hw params:
I'm very new to the pi and Linux so I'm just fumbling around now and would really appreciate help. I know Sox is an option but I want to eventually use python scripts and would probably be better using ALSA if I can because there seems to be more example code for me to steal out there for ALSA!
I'm using the latest version of Raspbian and the the Raspberry Pi 2 B
Thanks in advance