Releases: spatialaudio/python-sounddevice
Releases · spatialaudio/python-sounddevice
python-sounddevice 0.3.9
https://pypi.python.org/pypi/sounddevice/0.3.9
- Add
sounddevice.Stream.closed - Switch CFFI usage to "out-of-line ABI" mode
python-sounddevice 0.3.8
https://pypi.python.org/pypi/sounddevice/0.3.8
- Add more
ignore_errorsarguments - Add
sounddevice.PortAudioError.args - Add
sounddevice.CoreAudioSettings
python-sounddevice 0.3.7
https://pypi.python.org/pypi/sounddevice/0.3.7
- Add
sounddevice.get_stream() - Support for CData function pointers as callbacks
python-sounddevice 0.3.6
https://pypi.python.org/pypi/sounddevice/0.3.6
- Example application
play_long_file.py
python-sounddevice 0.3.5
https://pypi.python.org/pypi/sounddevice/0.3.5
- Add
extra_settingsoption for host-API-specific stream settings - Add
sounddevice.AsioSettingsandsounddevice.WasapiSettings
python-sounddevice 0.3.4
https://pypi.python.org/pypi/sounddevice/0.3.4
- Example application
rec_unlimited.py
python-sounddevice 0.3.3
https://pypi.python.org/pypi/sounddevice/0.3.3
- Add
loopargument tosounddevice.play()
python-sounddevice 0.3.2
https://pypi.python.org/pypi/sounddevice/0.3.2
mapping=[1]works now on all host APIs- Example application
plot_input.pyshowing the live microphone signal(s) - Device substrings are now allowed in
sounddevice.query_devices()
python-sounddevice 0.3.1
https://pypi.python.org/pypi/sounddevice/0.3.1
- Add
sounddevice.check_input_settings()and
sounddevice.check_output_settings() - Send PortAudio output to
/dev/null(on Linux and OSX)
python-sounddevice 0.3.0
https://pypi.python.org/pypi/sounddevice/0.3.0
- Remove
sounddevice.print_devices(),sounddevice.query_devices()can be
used instead, since it now returns asounddevice.DeviceListobject.