A reinitialization function would help to refresh the device/api list if they changed during running pysoundcard. My workaround until now: ``` python pysoundcard._pa.Pa_Terminate() pysoundcard._py.Pa_Initialize() devlist = list(pysoundcard.devices()) ```