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 43fe7e0 commit afe0a82Copy full SHA for afe0a82
NEWS.rst
@@ -1,3 +1,8 @@
1
+0.4.0 (2020-07-18):
2
+ * Drop support for Python 2.x
3
+ * Fix memory issues in `play()`, `rec()` and `playrec()`
4
+ * Example application ``play_stream.py``
5
+
6
0.3.15 (2020-03-18):
7
* This will be the last release supporting Python 2.x!
8
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.3.15'
+__version__ = '0.4.0'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments