Open sbogun opened 4 years ago
As SOPARE uses the pyaudio lib there is no direct interaction which hardware is used. This should be a config issue on your side. Try to edit the alsa.conf directly and set the default hardware according to https://www.alsa-project.org/main/index.php/Asoundrc
I couldn't get sopare recording any audio on my Raspberry Pi 4 (running Buster). To me it seems sopare doesn't respect
asound.conf
or.asoundrc
files in which I have clearly definedhw:2,0
to be my recoding device.arecord
works like a charm accordingly.The output of
./sopare.py -v -t example
however suggests it wants to useDummy: PCM (hw:1,0)
as recording card/device:why? Where does it take it from?
hw1:0
is not the default card/device!