Fully-Featured FM Synthesizer in the Browser made with Rust, Web Audio, and SIMD WebAssembly
(notes.ameo.design)
I wrote a blog post going over the technical details of both FM synthesis as well as the process of building the synth by compiling Rust to WebAssembly and running it performantly in the browser via Web Audio: https://cprimozic.net/blog/fm-synth-rust-wasm-simd/
Full source code: https://github.co...