A Rust implementation of the Web Audio API, for use in non-browser contexts
The Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources, add effects to audio, create audio visualizations, apply spatial effects (such as panning) and much more.
- v0.*: getting the basics out, stabilize API
- v1.*: feature completeness
- v2.*: full spec compliance
Current deviations
- function names use snake_case
- getters/setters instead of exposed attributes
- deprecated functions are not implemented
- some control-render communication is done with atomics instead of message passing
- function that should return Promises are now blocking
- no AudioWorklet functionality, users should implement the relevant traits instead
- ...
web_audio_api_rs welcomes contribution from everyone in the form of suggestions, bug reports, pull requests, and feedback. 💛
If you need ideas for contribution, there are several ways to get started:
- Found a bug or have a feature request? Submit an issue!
- Issues and PRs labeled with feedback wanted need feedback from users and contributors.
- Issues labeled with good first issue are relatively easy starter issues.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in web-audio-api-rs by you, shall be licensed as MIT, without any additional terms or conditions.
This project is licensed under the MIT license.