File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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+
15Version 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
Original file line number Diff line number Diff line change 2323http://python-sounddevice.rtfd.org/
2424
2525"""
26- __version__ = "0.2.0 "
26+ __version__ = "0.2.1 "
2727
2828import atexit as _atexit
2929from cffi import FFI as _FFI
You can’t perform that action at this time.
0 commit comments