Building a Wavetable Synthesizer from Scratch with Rust, WebAssembly, and Web Audio

from blog cprimozic.net Blog, | ↗ original
A spectrogram visualization of the output of a wavetable of which this article details the construction Overview Wavetable Synthesis is a method for synthesizing audio by interpolating between different pre-sampled waveforms stored in a table. It's a very neat way to generate sounds that change over time, allowing the different waveforms to morph...