Skip to content

Commit 3057cd3

Browse files
committed
Release 0.2.1
1 parent da2ed11 commit 3057cd3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

NEWS.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
Version 0.2.1 (2015-10-08):
2+
* Example applications ``wire.py`` (based on PortAudio's ``patest_wire.c``)
3+
and ``spectrogram.py`` (based on code by Mauris Van Hauwe)
4+
15
Version 0.2.0 (2015-07-03):
2-
* support for wheels including a dylib for Mac OS X and DLLs for Windows.
6+
* Support for wheels including a dylib for Mac OS X and DLLs for Windows.
37
The code for creating the wheels is largely taken from PySoundFile_.
4-
* remove logging (this seemed too intrusive)
5-
* return callback status from `sounddevice.wait()` and add the new function
8+
* Remove logging (this seemed too intrusive)
9+
* Return callback status from `sounddevice.wait()` and add the new function
610
`sounddevice.get_status()`
711
* `sounddevice.playrec()`: Rename the arguments *input_channels* and
812
*input_dtype* to *channels* and *dtype*, respectively

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://python-sounddevice.rtfd.org/
2424
2525
"""
26-
__version__ = "0.2.0"
26+
__version__ = "0.2.1"
2727

2828
import atexit as _atexit
2929
from cffi import FFI as _FFI

0 commit comments

Comments
 (0)