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 7dc09a4 commit 1c31c42Copy full SHA for 1c31c42
NEWS.rst
@@ -1,3 +1,8 @@
1
+0.3.8 (2017-07-11):
2
+ * Add more ``ignore_errors`` arguments
3
+ * Add `sounddevice.PortAudioError.args`
4
+ * Add `sounddevice.CoreAudioSettings`
5
+
6
0.3.7 (2017-02-16):
7
* Add `sounddevice.get_stream()`
8
* Support for CData function pointers as callbacks
sounddevice.py
@@ -23,7 +23,7 @@
23
http://python-sounddevice.readthedocs.io/
24
25
"""
26
-__version__ = '0.3.7'
+__version__ = '0.3.8'
27
28
import atexit as _atexit
29
from cffi import FFI as _FFI
0 commit comments