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 043a980 commit 5220ebcCopy full SHA for 5220ebc
NEWS.rst
@@ -1,3 +1,7 @@
1
+Version 0.3.0 (2015-10-28):
2
+ * Remove `sounddevice.print_devices()`, `sounddevice.query_devices()` can be
3
+ used instead, since it now returns a `sounddevice.DeviceList` object.
4
+
5
Version 0.2.2 (2015-10-21):
6
* Devices can now be selected by substrings of device name and host API name
7
sounddevice.py
@@ -23,7 +23,7 @@
23
http://python-sounddevice.rtfd.org/
24
25
"""
26
-__version__ = "0.2.2"
+__version__ = "0.3.0"
27
28
import atexit as _atexit
29
from cffi import FFI as _FFI
0 commit comments