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 3c742d9 commit 779a42aCopy full SHA for 779a42a
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.5.3 (2025-10-19):
2
+ * add ``explicit_sample_format`` parameter to `WasapiSettings`
3
+
4
0.5.2 (2025-05-16):
5
* Better error if frames/channels are non-integers
6
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.5.2'
+__version__ = '0.5.3'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments