Releases: spatialaudio/python-sounddevice
Releases · spatialaudio/python-sounddevice
python-sounddevice 0.5.1
https://pypi.org/project/sounddevice/0.5.1/
- Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen by defining the
SD_ENABLE_ASIO
environment variable
python-sounddevice 0.5.0
https://pypi.org/project/sounddevice/0.5.0/
- Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)
python-sounddevice 0.4.7
https://pypi.org/project/sounddevice/0.4.7/
- support
paWinWasapiAutoConvert
withauto_convert
flag inWasapiSettings
- Avoid exception in
PortAudioError.__str__()
python-sounddevice 0.4.6
https://pypi.org/project/sounddevice/0.4.6/
- Redirect stderr with os.dup2() instead of CFFI calls
python-sounddevice 0.4.5
https://pypi.org/project/sounddevice/0.4.5/
- Add
index
field to device dict - Require Python >= 3.7
- Add PaWasapi_IsLoopback() to cdef (high-level interface not yet available)
python-sounddevice 0.4.4
https://pypi.org/project/sounddevice/0.4.4/
- Exact device string matches can now include the host API name
python-sounddevice 0.4.3
https://pypi.org/project/sounddevice/0.4.3/
- Fix dimension check in
Stream.write()
- Provide "universal" (x86_64 and arm64)
.dylib
for macOS
python-sounddevice 0.4.2
https://pypi.org/project/sounddevice/0.4.2/
- Update PortAudio binaries to version 19.7.0
- Wheel names are now shorter
python-sounddevice 0.4.1
https://pypi.org/project/sounddevice/0.4.1/
CallbackFlags
attributes 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