05-14-2021, 08:22 PM
(05-14-2021, 07:43 PM)Alaini93 Wrote: @jensgk thanks, I'm using Philips SHP9500.
ok you created a file, but there is no way to just upload AutoEq and Linkwitz files and Camilla do its magic?
if no, then I will try to manually create my file from your example. what a pain.
No, you can't just upload the AutoEq or Linkwitz files.
Yeah, it is a bit of a pain, but you only have to do it once :-)
You should start with downloading this: https://www.dropbox.com/s/sc2wanrbrqe0qn...0.pdf?dl=0
Also you can start with my file "AKG_K702_EQ_CamillaDSP_ORA.yml"
What you need to change in my files are each of the lines of the small table in the lower left, called "Filter settings". You only need the values Frequency, Gain and Q-factor. The BW/S are not used here.
The EQ filters starts in line 49.
The first thing you need to change is line 53: the preamp gain, which is -8.0 in your case:
PhilipsSHP9500_oratory1990_20042019_gain:
type: Gain
parameters:
gain: -8.0
The first band is a bit tricky, because Oratory1990 uses "Q-factor" for Lowshelf filters, but CamillaDSP needs "slope", therefore I have calculated the slope for you :-)
In line 55 to 62 you need to input band 1. Your values are:
PhilipsSHP9500_oratory1990_20042019_band01:
type: Biquad
parameters:
type: Lowshelf
freq: 60
gain: 8.0
# slope(Q=0.7, gain=8) => 11.78296
slope: 11.78296
In line 64 to 70 you need to input Band 2:
PhilipsSHP9500_oratory1990_20042019_band02:
type: Biquad
parameters:
type: Peaking
freq: 200
gain: -1.5
q: 2.0
The rest of the bands are all of the same type as Band 2, but with other values for frequency, gain and q..
I hope this makes it easier..
/Jens