We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6989362 commit 25894e3Copy full SHA for 25894e3
NEWS.rst
@@ -1,3 +1,7 @@
1
+0.5.1 (2024-10-12):
2
+ * Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen
3
+ by defining the ``SD_ENABLE_ASIO`` environment variable
4
+
5
0.5.0 (2024-08-11):
6
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)
7
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.5.0'
+__version__ = '0.5.1'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments