From ae2198e95aefb3820270ae0763ab06136078d493 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 16 Mar 2016 11:33:04 +0100 Subject: [PATCH] Release 0.3.2 --- NEWS.rst | 5 +++++ sounddevice.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 19fbfe9..92c90a4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,8 @@ +Version 0.3.2 (2016-03-16): + * ``mapping=[1]`` works now on all host APIs + * Example application ``plot_input.py`` showing the live microphone signal(s) + * Device substrings are now allowed in `sounddevice.query_devices()` + Version 0.3.1 (2016-01-04): * Add `sounddevice.check_input_settings()` and `sounddevice.check_output_settings()` diff --git a/sounddevice.py b/sounddevice.py index f4bac8c..8a1d00a 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -23,7 +23,7 @@ http://python-sounddevice.rtfd.org/ """ -__version__ = "0.3.1" +__version__ = "0.3.2" import atexit as _atexit from cffi import FFI as _FFI