You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 defined hw: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 use Dummy: PCM (hw:1,0) as recording card/device:
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 use
Dummy: PCM (hw:1,0)
as recording card/device:why? Where does it take it from?
hw1:0
is not the default card/device!The text was updated successfully, but these errors were encountered: