GoNoteGo icon indicating copy to clipboard operation
GoNoteGo copied to clipboard

Update sounddevice requirement from <=0.4.5 to <=0.5.1

Open dependabot[bot] opened this issue 9 months ago • 0 comments

Updates the requirements on sounddevice to permit the latest version.

Release notes

Sourced from sounddevice's releases.

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_ASIO environment variable
Changelog

Sourced from sounddevice's changelog.

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

0.3.12 (2018-09-02):

  • Support for the dylib from Anaconda

... (truncated)

Commits
  • 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
  • 00ef17c CI: load ASIO DLL
  • 6cdd114 DOC: describe the SD_ENABLE_ASIO environment variable
  • 2748f70 Based on an environ flag, load the ASIO PortAudio binary
  • a1b4fbc Improve the error message in _split()
  • cfea2b6 Release 0.5.0
  • a48b402 DOC: re-enable syntax highlighting for included example code
  • 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)

dependabot[bot] avatar Mar 09 '25 21:03 dependabot[bot]