Skip to content

Instantly share code, notes, and snippets.

@stefanjenkner
Last active January 9, 2022 22:52
Show Gist options
  • Save stefanjenkner/d81913efab7fe40c551229ba653dbb99 to your computer and use it in GitHub Desktop.
Save stefanjenkner/d81913efab7fe40c551229ba653dbb99 to your computer and use it in GitHub Desktop.
CamillaDSP w/ mono to stereo for single woofer+tweeter
filters:
bafflestep:
parameters:
freq: 500
gain: -4
slope: 6
type: Highshelf
type: Biquad
highpass2k:
parameters:
freq: 2000
q: 0.7071
type: Highpass
type: Biquad
lowpass2k:
parameters:
freq: 2000
q: 0.7071
type: Lowpass
type: Biquad
tweeterdelay:
parameters:
delay: 0.5
subsample: false
unit: ms
type: Delay
mixers:
stereo2mono:
channels:
in: 2
out: 2
mapping:
- dest: 0
mute: false
sources:
- channel: 0
gain: -6
inverted: false
mute: false
- channel: 1
gain: -6
inverted: false
mute: false
- dest: 1
mute: false
sources:
- channel: 0
gain: -10
inverted: false
mute: false
- channel: 1
gain: -10
inverted: false
mute: false
pipeline:
- channel: 0
names:
- bafflestep
type: Filter
- channel: 1
names:
- bafflestep
type: Filter
- name: stereo2mono
type: Mixer
- channel: 0
names:
- lowpass2k
type: Filter
- channel: 1
names:
- highpass2k
- tweeterdelay
type: Filter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment