1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-16 18:20:51 +00:00

Web Audio example

This directory is an example of how to use the Web Audio APIs from Rust. It creates a very simple FM (frequency modulation) synth, and let's you control the primary frequency, the modulation amount, and the modulation frequency.

To run, first install some utilities via npm:

npm install

Then build the project with either build.bat or build.sh.

Finally, run a development web server with npm run serve and then open http://localhost:8080/ in a browser!