05-10-2021, 08:46 AM
Hello Folks,
TL;DR - I don't know what I'm doing, but I've tried to make a crossfeed using CamillaDSP. Feel free to use, improve, and tell me where I've gone wrong.
First a few caveats:
The results work in that I can certainly hear the effect, and that some of the width of the soundstage on my headphones is reduced, any hard panned sounds are brought back a little. I suspect it is a little heavy handed, probably way too much delay for one. I think however that the framework is fine, probably just the filters need tweaking to suit taste. The .yml file for the 700Hz 3dB crossfeed looks like this:
I've also attached a zip with the same assumptions applied to all four of the crossfeeds in moOde for folks to examine, use, modify, discard, ridicule, ignore, or do what ever else they fancy with. I think the device section will need checking for correctness on other systems.
I'm posting this in the hope that it may be of use, but also in the hope that any errors or misunderstandings I have might be explored by those with better understanding than mine and I can learn a bit more in the process.
Cheers folks,
Robert
TL;DR - I don't know what I'm doing, but I've tried to make a crossfeed using CamillaDSP. Feel free to use, improve, and tell me where I've gone wrong.
First a few caveats:
- I had never heard of crossfeeds until last year when I first installed moOde.
- Until about 6 months ago, I thought messing with the sound that the recording engineer created and the hi-fi engineer made audible was supremely arrogant (how could lowly me improve it).
- I've never done a blind test to prove it, but I can't tell the difference between 320 MP3 and hi-res FLAC.
The results work in that I can certainly hear the effect, and that some of the width of the soundstage on my headphones is reduced, any hard panned sounds are brought back a little. I suspect it is a little heavy handed, probably way too much delay for one. I think however that the framework is fine, probably just the filters need tweaking to suit taste. The .yml file for the 700Hz 3dB crossfeed looks like this:
Code:
---
devices:
adjust_period: 10
capture:
type: File
channels: 2
filename: /dev/stdin
format: S32LE
capture_samplerate: 0
chunksize: 1024
enable_rate_adjust: false
enable_resampling: false
playback:
type: Alsa
channels: 2
device: hw:0,0
format: S32LE
queuelimit: 1
resampler_type: BalancedAsync
samplerate: 44100
silence_threshold: 0
silence_timeout: 0
target_level: 0
filters:
-3:
parameters:
gain: -3
inverted: false
mute: false
type: Gain
700lp:
parameters:
freq: 700
q: 0.500000
type: Lowpass
type: Biquad
Delay:
parameters:
delay: 5
unit: ms
type: Delay
mixers:
2to4:
channels:
in: 2
out: 4
mapping:
- dest: 0
mute: false
sources:
- channel: 0
gain: -3
inverted: false
mute: false
- dest: 1
mute: false
sources:
- channel: 0
gain: -3
inverted: false
mute: false
- dest: 2
mute: false
sources:
- channel: 1
gain: -3
inverted: false
mute: false
- dest: 3
mute: false
sources:
- channel: 1
gain: -3
inverted: false
mute: false
4to2:
channels:
in: 4
out: 2
mapping:
- dest: 0
mute: false
sources:
- channel: 1
gain: 0
inverted: false
mute: false
- channel: 3
gain: 0
inverted: false
mute: false
- dest: 1
mute: false
sources:
- channel: 2
gain: 0
inverted: false
mute: false
- channel: 0
gain: 0
inverted: false
mute: false
pipeline:
- name: 2to4
type: Mixer
- channel: 0
names:
- 700lp
- "-3"
- Delay
type: Filter
- channel: 3
names:
- 700lp
- "-3"
- Delay
type: Filter
- name: 4to2
type: Mixer
...
I'm posting this in the hope that it may be of use, but also in the hope that any errors or misunderstandings I have might be explored by those with better understanding than mine and I can learn a bit more in the process.
Cheers folks,
Robert
----------------
Robert
Robert