web-audio-api-rs
web-audio-api-rs copied to clipboard
A Rust implementation of the Web Audio API, for use in non-browser contexts
Don't take it too seriously, just wanted to put my mind to something else.
Updates the requirements on [rubato](https://github.com/HEnquist/rubato) to permit the latest version. Release notes Sourced from rubato's releases. v0.16.0 v0.16.0 Add support for changing the fixed input or output size of the...
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-automerge-start)...
> Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
Thanks for your great work! I'm just using the example `decode_multithreaded` with [sample files](https://github.com/subframe7536/music-metadata-wasm/tree/main/samples) to test decoding, but it fails: ``` ./samples/flac.flac - Success - decoded 442368 samples ./samples/ogg.opus -...