wilsco
Results
1
issues of
wilsco
Hi, The following code produces an unexpected result. ```python import sounddevice as sd sd.Stream(channels=1,latency=(0.1,0.1)).latency ``` returns : (0.014512471655328799, 0.10158730158730159) I would not have been as surprised if it returned a...