gpu_neon: fix some missing ebuf updates
[pcsx_rearmed.git] / deps / libretro-common / audio / dsp_filters / Mono.dsp
CommitLineData
3719602c
PC
1filters = 1
2filter0 = panning
3
4# Gains are linear.
5
6# Stereo Mono:
7 panning_left_mix = "0.5 0.5"
8 panning_right_mix = "0.5 0.5"
9
10# Mono on one speaker:
11# panning_left_mix = "0.5 0.5"
12# panning_right_mix = "0.0 0.0"