File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ Version 0.2.0 (2015-07-03):
2+ * support for wheels including a dylib for Mac OS X and DLLs for Windows.
3+ 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
6+ `sounddevice.get_status() `
7+ * `sounddevice.playrec() `: Rename the arguments *input_channels * and
8+ *input_dtype * to *channels * and *dtype *, respectively
9+
10+ .. _PySoundFile : https://github.com/bastibe/PySoundFile/
11+
112Version 0.1.0 (2015-06-20):
213 Initial release. Some ideas are taken from PySoundCard _. Thanks to Bastian
314 Bechtold for many fruitful discussions during the development of several
Original file line number Diff line number Diff line change 2323http://python-sounddevice.rtfd.org/
2424
2525"""
26- __version__ = "0.1 .0"
26+ __version__ = "0.2 .0"
2727
2828import atexit as _atexit
2929from cffi import FFI as _FFI
You can’t perform that action at this time.
0 commit comments