Skip to content

Releases: spatialaudio/python-sounddevice

python-sounddevice 0.4.1

26 Sep 17:19

Choose a tag to compare

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

  • CallbackFlags attributes are now writable

python-sounddevice 0.4.0

18 Jul 13:57

Choose a tag to compare

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

python-sounddevice 0.3.15

18 Mar 09:20

Choose a tag to compare

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

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

python-sounddevice 0.3.14

25 Sep 10:05

Choose a tag to compare

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

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

python-sounddevice 0.3.13

27 Feb 09:46

Choose a tag to compare

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

  • Examples asyncio_coroutines.py and asyncio_generators.py

python-sounddevice 0.3.12

02 Sep 09:12

Choose a tag to compare

python-sounddevice 0.3.11

07 May 15:04

Choose a tag to compare

python-sounddevice 0.3.10

22 Dec 12:42

Choose a tag to compare

https://pypi.python.org/pypi/sounddevice/0.3.10

  • Change the way how the PortAudio library is located

python-sounddevice 0.3.9

25 Oct 12:11

Choose a tag to compare

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

11 Jul 17:51

Choose a tag to compare

https://pypi.python.org/pypi/sounddevice/0.3.8

  • Add more ignore_errors arguments
  • Add sounddevice.PortAudioError.args
  • Add sounddevice.CoreAudioSettings