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 32fdcda commit dcf9f73Copy full SHA for dcf9f73
NEWS.rst
@@ -1,3 +1,7 @@
1
+0.3.7 (2017-02-16):
2
+ * Add `sounddevice.get_stream()`
3
+ * Support for CData function pointers as callbacks
4
+
5
0.3.6 (2016-12-19):
6
* Example application ``play_long_file.py``
7
sounddevice.py
@@ -23,7 +23,7 @@
23
http://python-sounddevice.readthedocs.io/
24
25
"""
26
-__version__ = '0.3.6'
+__version__ = '0.3.7'
27
28
import atexit as _atexit
29
from cffi import FFI as _FFI
0 commit comments