Releases: spatialaudio/python-sounddevice
Releases · spatialaudio/python-sounddevice
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.py
andrec_gui.py
- Redirect
stderr
only during initialization
python-sounddevice 0.3.13
https://pypi.org/project/sounddevice/0.3.13/
- Examples
asyncio_coroutines.py
andasyncio_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_errors
arguments - 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