Send PortAudio output to /dev/null (on Linux and OSX)
0.3.0 (2015-10-28):
Remove print_devices(), query_devices() can be used instead,
since it now returns a DeviceList object.
0.2.2 (2015-10-21):
Devices can now be selected by substrings of device name and host API name
0.2.1 (2015-10-08):
Example applications wire.py (based on PortAudio’s patest_wire.c)
and spectrogram.py (based on code by Mauris Van Hauwe)
0.2.0 (2015-07-03):
Support for wheels including a dylib for Mac OS X and DLLs for Windows.
The code for creating the wheels is largely taken from PySoundFile.
Remove logging (this seemed too intrusive)
Return callback status from wait() and add the new function get_status()
playrec(): Rename the arguments input_channels and input_dtype
to channels and dtype, respectively
0.1.0 (2015-06-20):
Initial release. Some ideas are taken from PySoundCard. Thanks to Bastian
Bechtold for many fruitful discussions during the development of several
features which python-sounddevice inherited from there.