EchoSettings
The settings for the echo filter.
Signature
export interface EchoSettingsProperties
3Methods
0No methods.
Properties
echoLength?: number;The length of the echo.
@type{number | undefined}
decay?: number;The decay of the echo.
@type{number | undefined}
delay?: number;The delay of the echo.
@type{number | undefined}