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 79e08b8 commit c3631e3Copy full SHA for c3631e3
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.3.3 (2016-04-11):
2
+ * Add ``loop`` argument to `sounddevice.play()`
3
+
4
Version 0.3.2 (2016-03-16):
5
* ``mapping=[1]`` works now on all host APIs
6
* Example application ``plot_input.py`` showing the live microphone signal(s)
sounddevice.py
@@ -23,7 +23,7 @@
23
http://python-sounddevice.rtfd.org/
24
25
"""
26
-__version__ = "0.3.2"
+__version__ = "0.3.3"
27
28
import atexit as _atexit
29
from cffi import FFI as _FFI
0 commit comments