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 f3f0996 commit aec8c15Copy full SHA for aec8c15
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.2.2 (2015-10-21):
2
+ * Devices can now be selected by substrings of device name and host API name
3
+
4
Version 0.2.1 (2015-10-08):
5
* Example applications ``wire.py`` (based on PortAudio's ``patest_wire.c``)
6
and ``spectrogram.py`` (based on code by Mauris Van Hauwe)
sounddevice.py
@@ -23,7 +23,7 @@
23
http://python-sounddevice.rtfd.org/
24
25
"""
26
-__version__ = "0.2.1"
+__version__ = "0.2.2"
27
28
import atexit as _atexit
29
from cffi import FFI as _FFI
0 commit comments