Releases: spatialaudio/python-sounddevice
Releases · spatialaudio/python-sounddevice
python-sounddevice 0.4.1
https://pypi.org/project/sounddevice/0.4.1/
CallbackFlagsattributes are now writable
python-sounddevice 0.4.0
https://pypi.org/project/sounddevice/0.4.0/
- Drop support for Python 2.x
- Fix memory issues in
play(),rec()andplayrec() - Example application
play_stream.py
python-sounddevice 0.3.15
https://pypi.org/project/sounddevice/0.3.15/
- This will be the last release supporting Python 2.x!
python-sounddevice 0.3.14
https://pypi.org/project/sounddevice/0.3.14/
- Examples
play_sine.pyandrec_gui.py - Redirect
stderronly during initialization
python-sounddevice 0.3.13
https://pypi.org/project/sounddevice/0.3.13/
- Examples
asyncio_coroutines.pyandasyncio_generators.py
python-sounddevice 0.3.12
https://pypi.org/project/sounddevice/0.3.12/
- Support for the dylib from Anaconda
python-sounddevice 0.3.11
https://pypi.org/project/sounddevice/0.3.11
- Support for the DLL from
conda-forge
python-sounddevice 0.3.10
https://pypi.python.org/pypi/sounddevice/0.3.10
- Change the way how the PortAudio library is located
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