bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
680 stars 69 forks source link

fix exception when monitor is default pulseaudio device #53

Closed ipelupessy closed 5 years ago

ipelupessy commented 5 years ago

this fixes #52, in the sense that it prevents an exception occuring. It may not be the desired behaviour though...

bastibe commented 5 years ago

Cool, thank you!