add a thp-based huge page alloc fallback
[pcsx_rearmed.git] / deps / libretro-common / audio / dsp_filters / Echo.dsp
1 filters = 1
2 filter0 = echo
3
4 # Somewhat fancy Echo filter. Can take any number of echo channels with varying delays (ms) and feedback factors.
5 # Echo output from all channels can be fed back into each other to create a somewhat reverb-like effect if desired.
6
7 # Defaults, 200 ms delay echo with feedback:
8 # Delay in ms. Takes an array with multiple channels.
9 # echo_delay = "200"
10 # Feedback factor for echo.
11 # echo_feedback = "0.5"
12 # Overall echo amplification. If too high, the echo becomes unstable due to feedback.
13 # echo_amp = "0.2"
14
15 # Reverby preset.
16 # echo_delay    = " 60  80 120 172 200 320 380"
17 # echo_feedback = "0.5 0.5 0.4 0.3 0.5 0.3 0.2"
18
19 # echo_amp = "0.12"