You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
myrecording = sd.OutputStream(samplerate=fs, blocksize=0, device=sd.default.device, channels=1, dtype="int32", latency=sd.default.latency, extra_settings=sd.WasapiSettings(False, False), callback=callback)
File "C:\Users\*bleep*\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\sounddevice.py", line 1502, in __init__
_StreamBase.__init__(self, kind='output', wrap_callback='array',
File "C:\Users\*bleep*\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\sounddevice.py", line 825, in __init__
_get_stream_parameters(kind, device, channels, dtype, latency,
File "C:\Users\*bleep*\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\sounddevice.py", line 2704, in _get_stream_parameters
parameters = _ffi.new('PaStreamParameters*', (
TypeError: must be real number, not _InputOutputPair
The text was updated successfully, but these errors were encountered:
The full log says
The text was updated successfully, but these errors were encountered: