I had a set up where Darkice would record from Line In on the Wolfson and stream. However now when starting Darkice it crashes with the following error:
Using config file: /home/pi/Desktop/stream_settings/stream_configuration.cfg
Using ALSA DSP input device: hw:0,0
Using POSIX real-time scheduling, priority 98
DarkIce: AlsaDspSource.cpp:265: Input/output error [0]
darkice crashed, retrying in 10 seconds.
I have run ./Record_from_lineIn.sh
Output from amixer looks okay (I read this in another post):
~ $ amixer -Dhw:0 cget name='AIF1TX1 Input 1' | tail -1
~ $ amixer -Dhw:0 cget name='AIF1TX2 Input 1' | tail -1
: values=11
: values=12
Darkice config is: https://gist.github.com/lukesaunders/521d66a9baa69ea2cf88
I also tried recording from arecord with arecord –c 2 –f S16_LE –r 44100 record_from_line_in.wav but this gives the error
Recording WAVE '–c' : Unsigned 8 bit, Rate 8000 Hz, Mono
arecord: set_params:1081: Sample format non available
Available formats:
- S16_LE
- S32_LE
I'm wondering if it's a hardware problem. Is there any way I can check that? What is the simplest way to check the recording from line in is working?
All help appreciated!





