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 298a47f commit 4babf25Copy full SHA for 4babf25
README.rst
@@ -130,8 +130,8 @@ After that, you can drop the additional arguments:
130
>>> myrecording = sd.rec(duration * fs)
131
132
This function also returns immediately but continues recording in the
133
-background. In the meantime, you can run other commands. If you want to check if
134
-the recording is finished, you should use `sounddevice.wait()`:
+background. In the meantime, you can run other commands. If you want to check
+if the recording is finished, you should use `sounddevice.wait()`:
135
136
>>> sd.wait()
137
0 commit comments