git subrepo clone https://github.com/libretro/libretro-common.git deps/libretro-common
[pcsx_rearmed.git] / deps / libretro-common / audio / dsp_filters / Chorus.dsp
1 filters = 1
2 filter0 = chorus
3
4 # Controls the base delay of the chorus (milliseconds).
5 # chorus_delay_ms = 25.0
6 #
7 # Controls the depth of the delay. The delay will vary between delay_ms +/- depth_ms.
8 # chorus_depth_ms = 1.0
9 #
10 # Frequency of LFO which controls delay.
11 # chorus_lfo_freq = 0.5
12 #
13 # Controls dry/wet-ness of effect. 1.0 = full chorus, 0.0 = no chorus.
14 # chorus_drywet = 0.8