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