bastibe / SoundCard

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

Fix empty soundcard list on macOS #177

Closed bastibe closed 8 months ago

bastibe commented 8 months ago

A use-after-free bug and a channel corruption were broken on macOS.

Thank you tremendously, @drallgood, for helping me figure this one out!

drallgood commented 8 months ago

Looks good to me and more importantly: it works! Thanks @bastibe