Siegfried Gündert
Results
2
issues of
Siegfried Gündert
I use ipcluster very often but missed a monitoring view of what's goining on in the ipcluster. Is there any planning for something like a web interface/Class with an overview...
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()) ```