add a thp-based huge page alloc fallback
[pcsx_rearmed.git] / deps / libretro-common / audio / dsp_filters / Chorus.dsp
CommitLineData
3719602c
PC
1filters = 1
2filter0 = 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