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 fd9f706 commit 24d0d98Copy full SHA for 24d0d98
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.3.4 (2016-08-05):
2
+ * Example application ``rec_unlimited.py``
3
+
4
Version 0.3.3 (2016-04-11):
5
* Add ``loop`` argument to `sounddevice.play()`
6
sounddevice.py
@@ -23,7 +23,7 @@
23
http://python-sounddevice.readthedocs.io/
24
25
"""
26
-__version__ = "0.3.3"
+__version__ = "0.3.4"
27
28
import atexit as _atexit
29
from cffi import FFI as _FFI
0 commit comments