Real-time pitch detection

This is an example of real-time pitch detection in the browser using the MPM algorithm.

The page loads the mpm module of the microdsp crate (compiled to WebAssembly from Rust) and calls it in an AudioWorklet to detect the pitch of an audio input source in real-time.

Select an audio input source - either microphone or a tone generator - and click "Run" to start pitch detection.

Status
Detected pitch
-
Clarity
-
Frames processed
0

Links