GoNoteGo
GoNoteGo copied to clipboard
Update sounddevice requirement from <=0.4.5 to <=0.5.1
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_ASIOenvironment 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_ASIOenvironment variable0.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
paWinWasapiAutoConvertwithauto_convertflag inWasapiSettings- Avoid exception in
PortAudioError\.__str__()0.4.6 (2023-02-19):
- Redirect stderr with
os.dup2()instead of CFFI calls0.4.5 (2022-08-21):
- Add
indexfield 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)
.dylibfor macOS0.4.2 (2021-07-18):
- Update PortAudio binaries to version 19.7.0
- Wheel names are now shorter
0.4.1 (2020-09-26):
CallbackFlagsattributes are now writable0.4.0 (2020-07-18):
- Drop support for Python 2.x
- Fix memory issues in
play(),rec()andplayrec()- Example application
play_stream.py0.3.15 (2020-03-18):
- This will be the last release supporting Python 2.x!
0.3.14 (2019-09-25):
- Examples
play_sine.pyandrec_gui.py- Redirect
stderronly during initialization0.3.13 (2019-02-27):
- Examples
asyncio_coroutines.pyandasyncio_generators.py0.3.12 (2018-09-02):
- Support for the dylib from Anaconda
... (truncated)
Commits
25894e3Release 0.5.16989362Allow input/output parameter pairs in all constructors532765cCI: build distribution also on pull requestf930b10DOC: restore viewcode highlighting, disable unwanted highlighting00ef17cCI: load ASIO DLL6cdd114DOC: describe the SD_ENABLE_ASIO environment variable2748f70Based on an environ flag, load the ASIO PortAudio binarya1b4fbcImprove the error message in _split()cfea2b6Release 0.5.0a48b402DOC: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)