From ff9445a64d587b8465c38ac882bd1ad9a1211e4b Mon Sep 17 00:00:00 2001 From: pio Date: Thu, 28 Nov 2024 12:58:04 +0100 Subject: [PATCH] delay constructor docs fix --- gui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/index.html b/gui/index.html index 345a4b0..1c4fe24 100644 --- a/gui/index.html +++ b/gui/index.html @@ -7141,10 +7141,10 @@ value frequency

Stereo ping-pong delay with modulation and freeze.

Constructor

-

AudioEffectReverbSc_F32();

+

AudioEffectDelayStereo_F32();

Default setting with delay buffers placed in DMARAM (RAM2) and delay time limited to 400ms.

-

AudioEffectReverbSc_F32(uint32_t dly_range_ms, bool use_psram);

+

AudioEffectDelayStereo_F32(uint32_t dly_range_ms, bool use_psram);

Define the max delay time, for times longer than 400ms use PSRAM on Teensy4.1 (use_psram=true).

Boards Supported