Thanks to visit codestin.com Credit goes to github.com
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 1979fab commit f7aada7Copy full SHA for f7aada7
NEWS.rst
@@ -1,3 +1,7 @@
1
+0.4.3 (2021-10-20):
2
+ * Fix dimension check in `Stream.write()`
3
+ * Provide "universal" (x86_64 and arm64) ``.dylib`` for macOS
4
+
5
0.4.2 (2021-07-18):
6
* Update PortAudio binaries to version 19.7.0
7
* Wheel names are now shorter
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.4.2'
+__version__ = '0.4.3'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments