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 6ac15b5 commit e854474Copy full SHA for e854474
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.3.10 (2017-12-22):
2
+ * Change the way how the PortAudio library is located
3
+
4
0.3.9 (2017-10-25):
5
* Add `sounddevice.Stream.closed`
6
* Switch CFFI usage to "out-of-line ABI" mode
sounddevice.py
@@ -48,7 +48,7 @@
48
http://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.3.9'
+__version__ = '0.3.10'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments