We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6248d5 commit a56cdb9Copy full SHA for a56cdb9
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.4.4 (2021-12-31):
2
+ * Exact device string matches can now include the host API name
3
+
4
0.4.3 (2021-10-20):
5
* Fix dimension check in `Stream.write()`
6
* Provide "universal" (x86_64 and arm64) ``.dylib`` for macOS
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.4.3'
+__version__ = '0.4.4'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments