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 d5511cb commit 26f21aaCopy full SHA for 26f21aa
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.3.6 (2016-12-19):
2
+ * Example application ``play_long_file.py``
3
+
4
0.3.5 (2016-09-12):
5
* Add ``extra_settings`` option for host-API-specific stream settings
6
* Add `sounddevice.AsioSettings` and `sounddevice.WasapiSettings`
sounddevice.py
@@ -23,7 +23,7 @@
23
http://python-sounddevice.readthedocs.io/
24
25
"""
26
-__version__ = "0.3.5"
+__version__ = '0.3.6'
27
28
import atexit as _atexit
29
from cffi import FFI as _FFI
0 commit comments