| featuredImage | ../../../images/featured/16_Async_Await_PromiseAll-thumbnail.png |
|---|---|
| featuredImageAlt | Three random images loaded and displayed on a canvas after using async/await and Promise.all. |
| title | Echo Synth |
| oneLineDescription | Trigger a short sound with a variable echo effect. |
This example demonstrates how to use the p5.sound.js add-on library.
The sketch includes an oscillator (which produces a tone) and the Envelope and Delay processors. The echo effect is created through the combination of echo and delay.