We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48b402 commit cfea2b6Copy full SHA for cfea2b6
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.5.0 (2024-08-11):
2
+ * Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)
3
+
4
0.4.7 (2024-05-27):
5
* support ``paWinWasapiAutoConvert`` with ``auto_convert`` flag in `WasapiSettings`
6
* Avoid exception in `PortAudioError`\ ``.__str__()``
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.4.7'
+__version__ = '0.5.0'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments