spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
980 stars 145 forks source link

Does not detect insertion or removal of USB sound device #493

Closed shinfo001 closed 9 months ago

shinfo001 commented 9 months ago

import sounddevice as sd

(test 1) head phone USB attached

sd.query_devices() -> in list head phone usb removal sd.query_devices() -> in list (no change)

(test 2) head phone usb removal

sd.query_devices() Not in list head phone USB attached sd.query_devices() Not in list (no change)

mgeier commented 9 months ago

125, #343, #382

shinfo001 commented 9 months ago

thank you!