Skip to content

Releases: spatialaudio/python-sounddevice

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

python-sounddevice 0.3.7

16 Feb 20:02

Choose a tag to compare

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

  • Add sounddevice.get_stream()
  • Support for CData function pointers as callbacks

python-sounddevice 0.3.6

19 Dec 16:43

Choose a tag to compare

python-sounddevice 0.3.5

12 Sep 07:49

Choose a tag to compare

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

  • Add extra_settings option for host-API-specific stream settings
  • Add sounddevice.AsioSettings and sounddevice.WasapiSettings

python-sounddevice 0.3.4

05 Aug 09:00

Choose a tag to compare

python-sounddevice 0.3.3

11 Apr 17:02

Choose a tag to compare

python-sounddevice 0.3.2

16 Mar 10:56

Choose a tag to compare

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

  • mapping=[1] works now on all host APIs
  • Example application plot_input.py showing the live microphone signal(s)
  • Device substrings are now allowed in sounddevice.query_devices()

python-sounddevice 0.3.1

04 Jan 16:33

Choose a tag to compare

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

  • Add sounddevice.check_input_settings() and
    sounddevice.check_output_settings()
  • Send PortAudio output to /dev/null (on Linux and OSX)

python-sounddevice 0.3.0

28 Oct 16:49

Choose a tag to compare

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

  • Remove sounddevice.print_devices(), sounddevice.query_devices() can be
    used instead, since it now returns a sounddevice.DeviceList object.