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 79ced39 commit 4453004Copy full SHA for 4453004
NEWS.rst
@@ -1,3 +1,7 @@
1
+0.3.14 (2019-09-25):
2
+ * Examples ``play_sine.py`` and ``rec_gui.py``
3
+ * Redirect ``stderr`` only during initialization
4
+
5
0.3.13 (2019-02-27):
6
* Examples ``asyncio_coroutines.py`` and ``asyncio_generators.py``
7
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.3.13'
+__version__ = '0.3.14'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments