Recent Releases of python-sounddevice
python-sounddevice - python-sounddevice 0.5.2
https://pypi.org/project/sounddevice/0.5.2/
- Better error if frames/channels are non-integers
- Python
Published by mgeier 9 months ago
python-sounddevice - python-sounddevice 0.5.1
https://pypi.org/project/sounddevice/0.5.1/
- Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen by defining the
SD_ENABLE_ASIOenvironment variable
- Python
Published by mgeier over 1 year ago
python-sounddevice - python-sounddevice 0.5.0
https://pypi.org/project/sounddevice/0.5.0/
- Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)
- Python
Published by mgeier over 1 year ago
python-sounddevice - python-sounddevice 0.4.7
https://pypi.org/project/sounddevice/0.4.7/
- support
paWinWasapiAutoConvertwithauto_convertflag inWasapiSettings - Avoid exception in
PortAudioError.__str__()
- Python
Published by mgeier over 1 year ago
python-sounddevice - python-sounddevice 0.4.6
https://pypi.org/project/sounddevice/0.4.6/
- Redirect stderr with os.dup2() instead of CFFI calls
- Python
Published by mgeier about 3 years ago
python-sounddevice - python-sounddevice 0.4.5
https://pypi.org/project/sounddevice/0.4.5/
- Add
indexfield to device dict - Require Python >= 3.7
- Add PaWasapi_IsLoopback() to cdef (high-level interface not yet available)
- Python
Published by mgeier over 3 years ago
python-sounddevice - python-sounddevice 0.4.4
https://pypi.org/project/sounddevice/0.4.4/
- Exact device string matches can now include the host API name
- Python
Published by mgeier about 4 years ago
python-sounddevice - python-sounddevice 0.4.3
https://pypi.org/project/sounddevice/0.4.3/
- Fix dimension check in
Stream.write() - Provide "universal" (x86_64 and arm64)
.dylibfor macOS
- Python
Published by mgeier over 4 years ago
python-sounddevice - python-sounddevice 0.4.2
https://pypi.org/project/sounddevice/0.4.2/
- Update PortAudio binaries to version 19.7.0
- Wheel names are now shorter
- Python
Published by mgeier over 4 years ago
python-sounddevice - python-sounddevice 0.4.1
https://pypi.org/project/sounddevice/0.4.1/
CallbackFlagsattributes are now writable
- Python
Published by mgeier over 5 years ago
python-sounddevice - python-sounddevice 0.4.0
https://pypi.org/project/sounddevice/0.4.0/
- Drop support for Python 2.x
- Fix memory issues in
play(),rec()andplayrec() - Example application
play_stream.py
- Python
Published by mgeier over 5 years ago
python-sounddevice - python-sounddevice 0.3.15
https://pypi.org/project/sounddevice/0.3.15/
- This will be the last release supporting Python 2.x!
- Python
Published by mgeier almost 6 years ago
python-sounddevice - python-sounddevice 0.3.14
https://pypi.org/project/sounddevice/0.3.14/
- Examples
play_sine.pyandrec_gui.py - Redirect
stderronly during initialization
- Python
Published by mgeier over 6 years ago
python-sounddevice - python-sounddevice 0.3.13
https://pypi.org/project/sounddevice/0.3.13/
- Examples
asyncio_coroutines.pyandasyncio_generators.py
- Python
Published by mgeier almost 7 years ago
python-sounddevice - python-sounddevice 0.3.12
https://pypi.org/project/sounddevice/0.3.12/
- Support for the dylib from Anaconda
- Python
Published by mgeier over 7 years ago
python-sounddevice - python-sounddevice 0.3.11
https://pypi.org/project/sounddevice/0.3.11
- Support for the DLL from
conda-forge
- Python
Published by mgeier almost 8 years ago
python-sounddevice - python-sounddevice 0.3.10
https://pypi.python.org/pypi/sounddevice/0.3.10
- Change the way how the PortAudio library is located
- Python
Published by mgeier about 8 years ago
python-sounddevice - python-sounddevice 0.3.9
https://pypi.python.org/pypi/sounddevice/0.3.9
- Add
sounddevice.Stream.closed - Switch CFFI usage to "out-of-line ABI" mode
- Python
Published by mgeier over 8 years ago
python-sounddevice - python-sounddevice 0.3.8
https://pypi.python.org/pypi/sounddevice/0.3.8
- Add more
ignore_errorsarguments - Add
sounddevice.PortAudioError.args - Add
sounddevice.CoreAudioSettings
- Python
Published by mgeier over 8 years ago
python-sounddevice - python-sounddevice 0.3.7
https://pypi.python.org/pypi/sounddevice/0.3.7
- Add sounddevice.get_stream()
- Support for CData function pointers as callbacks
- Python
Published by mgeier about 9 years ago
python-sounddevice - python-sounddevice 0.3.6
https://pypi.python.org/pypi/sounddevice/0.3.6
- Example application play_long_file.py
- Python
Published by mgeier about 9 years ago
python-sounddevice - python-sounddevice 0.3.5
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
Published by mgeier over 9 years ago
python-sounddevice - python-sounddevice 0.3.4
https://pypi.python.org/pypi/sounddevice/0.3.4
- Example application rec_unlimited.py
- Python
Published by mgeier over 9 years ago
python-sounddevice - python-sounddevice 0.3.3
https://pypi.python.org/pypi/sounddevice/0.3.3
- Add loop argument to sounddevice.play()
- Python
Published by mgeier almost 10 years ago
python-sounddevice - python-sounddevice 0.3.2
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
Published by mgeier almost 10 years ago
python-sounddevice - python-sounddevice 0.3.1
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
Published by mgeier about 10 years ago
python-sounddevice - python-sounddevice 0.3.0
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.
- Python
Published by mgeier over 10 years ago
python-sounddevice - python-sounddevice 0.2.2
https://pypi.python.org/pypi/sounddevice/0.2.2 - Devices can now be selected by substrings of device name and host API name
- Python
Published by mgeier over 10 years ago
python-sounddevice - python-sounddevice 0.2.1
https://pypi.python.org/pypi/sounddevice/0.2.1
- Example applications wire.py (based on PortAudio's patest_wire.c)
and spectrogram.py (based on code by Mauris Van Hauwe)
- Python
Published by mgeier over 10 years ago
python-sounddevice - python-sounddevice 0.2.0
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 inputchannels_ and
inputdtype_ to channels and dtype, respectively
- Python
Published by mgeier over 10 years ago
python-sounddevice - python-sounddevice 0.1.0
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.
- Python
Published by mgeier over 10 years ago