Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Updates the requirements on sounddevice to permit the latest version.

Release notes

Sourced from sounddevice's releases.

python-sounddevice 0.5.2

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

  • Better error if frames/channels are non-integers
Changelog

Sourced from sounddevice's changelog.

0.5.2 (2025-05-16):

  • Better error if frames/channels are non-integers

0.5.1 (2024-10-12):

  • Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can be chosen by defining the SD_ENABLE_ASIO environment variable

0.5.0 (2024-08-11):

  • Remove ASIO support from bundled DLLs (DLLs with ASIO can be manually selected)

0.4.7 (2024-05-27):

  • support paWinWasapiAutoConvert with auto_convert flag in WasapiSettings
  • Avoid exception in PortAudioError\ .__str__()

0.4.6 (2023-02-19):

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

0.4.5 (2022-08-21):

  • Add index field to device dict
  • Require Python >= 3.7
  • Add PaWasapi_IsLoopback() to cdef (high-level interface not yet available)

0.4.4 (2021-12-31):

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

0.4.3 (2021-10-20):

  • Fix dimension check in Stream.write()
  • Provide "universal" (x86_64 and arm64) .dylib for macOS

0.4.2 (2021-07-18):

  • Update PortAudio binaries to version 19.7.0
  • Wheel names are now shorter

0.4.1 (2020-09-26):

  • CallbackFlags attributes are now writable

0.4.0 (2020-07-18):

  • Drop support for Python 2.x
  • Fix memory issues in play(), rec() and playrec()
  • Example application play_stream.py

0.3.15 (2020-03-18):

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

0.3.14 (2019-09-25):

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

0.3.13 (2019-02-27):

  • Examples asyncio_coroutines.py and asyncio_generators.py

... (truncated)

Commits
  • c4cc5eb Release 0.5.2
  • 737104c DOC: fix spelling as suggested by codespell
  • ce9aa94 RTD: add required sphinx.configuration
  • 3e896ce CI: use Ubuntu 22.04 for Python 3.7 compatibility
  • 4ea1fe7 DOC: switch default_role from 'any' to 'py:obj'
  • f37a6ef Better error if frames/channels are non-integers
  • 25894e3 Release 0.5.1
  • 6989362 Allow input/output parameter pairs in all constructors
  • 532765c CI: build distribution also on pull request
  • f930b10 DOC: restore viewcode highlighting, disable unwanted highlighting
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sounddevice](https://github.com/spatialaudio/python-sounddevice) to permit the latest version.
- [Release notes](https://github.com/spatialaudio/python-sounddevice/releases)
- [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst)
- [Commits](spatialaudio/python-sounddevice@0.1.0...0.5.2)

---
updated-dependencies:
- dependency-name: sounddevice
  dependency-version: 0.5.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants