I had this working on another server and now I got a better one. But can't get it working on it.
If I do this command it does record the mic input:
Tested playing it and it plays.
On Logitech Media Server I have WaveInput under "Home > Favorites" and I can click on the pencil like icon and edit it's name and the 2nd spot it's like input.
Right now have "wavin:0,0" but it don't work.
What would match the same as the command line for WaveInput?
I all ready gave "squeezeboxserver" user Primary group "audio" and secondary groups "audio" too.
-Raymond Day
If I do this command it does record the mic input:
Code:
arecord -D plughw:0,0 -d 5 -f S16_LE -c2 -r44100 test6.wav
Recording WAVE 'test6.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
On Logitech Media Server I have WaveInput under "Home > Favorites" and I can click on the pencil like icon and edit it's name and the 2nd spot it's like input.
Right now have "wavin:0,0" but it don't work.
What would match the same as the command line for WaveInput?
I all ready gave "squeezeboxserver" user Primary group "audio" and secondary groups "audio" too.
-Raymond Day