Crate of the Week

Self submitting GitHub - orottier/web-audio-api-rs: A Rust implementation of the Web Audio API, for use in non-browser contexts

It's a complete implementation of the Web Audio API specification, which you can now run in Rust or with our related NodeJS-bindings project. This means you can utilize your web audio expertise to build complex audio graphs in Rust, or make your game engine cross platform (web vs native) without rewriting your audio stack. It has been benchmarked against the browser implementations and we are also running the Web Platform Testsuite on it to verify correctness.

1 Like