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 60dbadd commit ec37ef5Copy full SHA for ec37ef5
sounddevice.py
@@ -63,7 +63,7 @@
63
try:
64
_basestring = basestring
65
except NameError:
66
- _basestring = (str, bytes)
+ _basestring = str, bytes
67
68
69
def play(data, samplerate=None, mapping=None, blocking=False, loop=False,
0 commit comments