We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acabf69 commit 8761c16Copy full SHA for 8761c16
sounddevice.py
@@ -646,7 +646,7 @@ def query_devices(index=None):
646
else:
647
encoding = 'utf-8'
648
return {
649
- 'name': _ffi.string(info.name).decode(encoding, errors='replace'),
+ 'name': _ffi.string(info.name).decode(encoding, 'replace'),
650
'hostapi': info.hostApi,
651
'max_input_channels': info.maxInputChannels,
652
'max_output_channels': info.maxOutputChannels,
0 commit comments