Family 8 — Audio · rung 8.9
The S-DSP has a hardware echo (reverb) unit. This example isolates it — one short "pop" on a timer, turned into a decaying tail by the echo — with START to toggle it off and on, because you only hear reverb next to the dry sound.
(No screenshot — the lesson is audible. Run it with sound and listen.)
Echo is a DSP feature, not a CPU one: the S-DSP keeps a delay ring in APU RAM, feeds a fraction of the output back into it (the feedback), and mixes the delayed signal (the wet volume) back over the dry. audioSetEcho configures all of that in one call; audioEnableEcho chooses which of the 8 voices are sent in.
Run echo.sfc in luna with audio and press START to hear dry vs wet.
console, audio, input
The focused counterpart to soundboard (which uses echo as one of many features). It builds on the audio v2 engine — see soundboard first for the sample-loading basics.