Skip to content

Releases: spatialaudio/python-sounddevice

python-sounddevice 0.2.0

03 Jul 09:22

Choose a tag to compare

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

  • support for wheels including a dylib for Mac OS X and DLLs for Windows.
    The code for creating the wheels is largely taken from PySoundFile.
  • remove logging (this seemed too intrusive)
  • return callback status from sounddevice.wait() and add the new function
    sounddevice.get_status()
  • sounddevice.playrec(): Rename the arguments input_channels and
    input_dtype to channels and dtype, respectively

python-sounddevice 0.1.0

20 Jun 19:31

Choose a tag to compare

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

Initial release.

Some ideas are taken from PySoundCard.
Thanks to Bastian Bechtold for many fruitful discussions during the development of several features which python-sounddevice inherited from there.