| 1 | |
|---|
| 2 | pactl load-module module-ladspa-sink sink_name=subeq master=front_stereo plugin=single_para_1203 label=singlePara control=-4,45,0.5 |
|---|
| 3 | sleep 1 |
|---|
| 4 | pactl load-module module-ladspa-sink sink_name=subsonic master=subeq plugin=highpass_iir_1890 label=highpass_iir control=25,4 |
|---|
| 5 | sleep 1 |
|---|
| 6 | pactl load-module module-ladspa-sink sink_name=subout master=subsonic plugin=lowpass_iir_1891 label=lowpass_iir control=55,4 |
|---|
| 7 | sleep 1 |
|---|
| 8 | pactl load-module module-remap-sink sink_name=sub master=subout channels=1 master_channel_map=front-left channel_map=mono |
|---|
| 9 | sleep 1 |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | pactl load-module module-ladspa-sink sink_name=loweq master=front_stereo plugin=single_para_1203 label=singlePara control=-8,300,2 |
|---|
| 13 | sleep 1 |
|---|
| 14 | pactl load-module module-ladspa-sink sink_name=lowhp master=loweq plugin=highpass_iir_1890 label=highpass_iir control=60,2 |
|---|
| 15 | sleep 1 |
|---|
| 16 | pactl load-module module-ladspa-sink sink_name=lowout master=lowhp plugin=lowpass_iir_1891 label=lowpass_iir control=350,2 |
|---|
| 17 | sleep 1 |
|---|
| 18 | pactl load-module module-remap-sink sink_name=low master=lowout channels=1 master_channel_map=front-right channel_map=mono |
|---|
| 19 | sleep 1 |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | pactl load-module module-ladspa-sink sink_name=middelay master=front_stereo plugin=cmt label=delay_0.01s control=0.0001,0.00006 |
|---|
| 23 | sleep 1 |
|---|
| 24 | pactl load-module module-ladspa-sink sink_name=midhp master=middelay plugin=highpass_iir_1890 label=highpass_iir control=370,2 |
|---|
| 25 | sleep 1 |
|---|
| 26 | pactl load-module module-ladspa-sink sink_name=midout master=midhp plugin=lowpass_iir_1891 label=lowpass_iir control=2000,4 |
|---|
| 27 | sleep 1 |
|---|
| 28 | pactl load-module module-remap-sink sink_name=mid master=midout channels=1 master_channel_map=aux0 channel_map=mono |
|---|
| 29 | sleep 1 |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | pactl load-module module-ladspa-sink sink_name=highdelay master=front_stereo plugin=cmt label=delay_0.01s control=0.0005,0.00015 |
|---|
| 33 | sleep 1 |
|---|
| 34 | pactl load-module module-ladspa-sink sink_name=highout master=highdelay plugin=highpass_iir_1890 label=highpass_iir control=2100,4 |
|---|
| 35 | sleep 1 |
|---|
| 36 | pactl load-module module-remap-sink sink_name=high master=highout channels=1 master_channel_map=aux1 channel_map=mono |
|---|
| 37 | sleep 1 |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | pactl load-module module-combine sink_name=crossover slaves=sub,low,mid,high |
|---|