Closed
Description
Every creation of Microphone()
or listen()
seems to generate the output:
ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
which clutter my output and makes it difficult to read other output. Otherwise, the recognition code works flawlessly. I've tried swapping out sys.stdout
and sys.stderr
, but this is still output, implying it's happening from a system call. Is there an easy way to suppress these errors?
Metadata
Metadata
Assignees
Labels
No labels