Closed yarikoptic closed 8 months ago
amixer controls command from ALSA looks very good applying to automatic device detection. While it's true that exists multiple devices/subdevices for USB capture device, ffmpeg probably for audio stream prefer this mixer subdevice, and it printed at the end of "amixer controls" output, like in example above it's "...,device=1".
May be this also would help to identify/specify subdevice to be specified in e.g.
hw:2,1
where ATM we need to use1
since no audio recorded on0
.and it seems that ours is
Line In Capture
. I found that recording volume was too low (through listening to recording)I ran
alsamixer -c 2
which gave me control over those two recording volumes and setting it forLine In
to max improved recording. May be to avoid clipping etc, let's set to 95%:note: we do record audio but it seems looses a lot of low/mid frequencies ... but seems only when playing with vlc -- ok when playing with xine