Python Sounddevice Versions Save

:sound: Play and Record Sound with Python :snake:

0.4.7

4 days ago

https://pypi.org/project/sounddevice/0.4.7/

  • support paWinWasapiAutoConvert with auto_convert flag in WasapiSettings
  • Avoid exception in PortAudioError.__str__()

0.4.6

1 year ago

https://pypi.org/project/sounddevice/0.4.6/

  • Redirect stderr with os.dup2() instead of CFFI calls

0.4.5

1 year ago

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)

0.4.4

2 years ago

https://pypi.org/project/sounddevice/0.4.4/

  • Exact device string matches can now include the host API name

0.4.3

2 years ago

https://pypi.org/project/sounddevice/0.4.3/

  • Fix dimension check in Stream.write()
  • Provide "universal" (x86_64 and arm64) .dylib for macOS

0.4.2

2 years ago

https://pypi.org/project/sounddevice/0.4.2/

  • Update PortAudio binaries to version 19.7.0
  • Wheel names are now shorter

0.4.1

3 years ago

https://pypi.org/project/sounddevice/0.4.1/

  • CallbackFlags attributes are now writable

0.4.0

3 years ago

https://pypi.org/project/sounddevice/0.4.0/

  • Drop support for Python 2.x
  • Fix memory issues in play(), rec() and playrec()
  • Example application play_stream.py

0.3.15

4 years ago

https://pypi.org/project/sounddevice/0.3.15/

  • This will be the last release supporting Python 2.x!

0.3.14

4 years ago

https://pypi.org/project/sounddevice/0.3.14/

  • Examples play_sine.py and rec_gui.py
  • Redirect stderr only during initialization