Skip to content

Releases: spatialaudio/python-sounddevice

python-sounddevice 0.4.6

19 Feb 11:48
Compare
Choose a tag to compare

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

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

python-sounddevice 0.4.5

21 Aug 15:43
Compare
Choose a tag to compare

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

31 Dec 11:59
Compare
Choose a tag to compare

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

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

python-sounddevice 0.4.3

20 Oct 20:38
Compare
Choose a tag to compare

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

18 Jul 10:28
Compare
Choose a tag to compare

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

26 Sep 17:19
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

  • Examples asyncio_coroutines.py and asyncio_generators.py