Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on sounddevice to permit the latest version.

Release notes

Sourced from sounddevice's releases.

python-sounddevice 0.5.3

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

  • add explicit_sample_format parameter to WasapiSettings
Changelog

Sourced from sounddevice's changelog.

0.5.3 (2025-10-19):

  • add explicit_sample_format parameter to WasapiSettings

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

... (truncated)

Commits
  • 779a42a Release 0.5.3
  • 3c742d9 DOC: fix intersphinx mapping
  • 82fbe76 DOC: update "see also" in "default" docstrings
  • 2a63fe2 Fix some error reported by Pyright
  • d12f60f Bump actions/setup-python from 5 to 6
  • af0b51a Add explicit sample format for WASAPI
  • 3adb6eb Bump actions/checkout from 4 to 5
  • df01c87 Bump actions/download-artifact from 4 to 5
  • e5eff02 Add _InputStreamBase/_OutputStreamBase
  • c4cc5eb Release 0.5.2
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 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.

1 participant