# ~/.mediafilter-equalizerrc

# EQUALIZER explanation:
#-----------------------------------------------------------------------------
# Sound Distribution:
# BAND		TYPE
# 10-50		Sub Bass
# 50-250	Bass
# --------------------------
# 250-2k	Tiefe Mitten
# 2k-4k		Hohe Mitten
# --------------------------
# 4k-6k		Praesenz
# 6k-16k	Brillanz
#-----------------------------------------------------------------------------
# equalizer
# Apply a two-pole peaking equalisation (EQ) filter. With this filter,
# the signal-level at and around a selected frequency can be increased or
# decreased, whilst (unlike bandpass and bandreject filters) that at all
# other frequencies is unchanged.
#
# In order to produce complex equalisation curves, this filter can be
# given several times, each with a different central frequency.
#
# The filter accepts the following options:
# frequency, f		Set the filter's central frequency in Hz.
# width_type		Set method to specify band-width of filter.
# 	h		Hz
# 	q		Q-Factor
# 	o		octave
# 	s		slope
# width, w		Specify the band-width of a filter in width_type units.
#			Have in mind that the frequency is limited to 999 Hz.
# gain, g		Set the required gain or attenuation in dB.
# 			Beware of clipping when using a positive gain.
#
# Examples:
# Attenuate 10 dB at 1000 Hz, with a bandwidth of 200 Hz:
# -af equalizer=f=1000:width_type=h:width=200:g=-10
#
# Apply 2 dB gain at 1000 Hz with Q 1 and attenuate 5 dB at 100 Hz with Q 2:
# -af equalizer=f=1000:width_type=q:width=1:g=2,equalizer=f=100:wid
#
# Apply 6 dB gain at 200 Hz and width 300 Hz:
# -af equalizer=f=200:width_type=h:w=300:g=6
#
# EQ sceme with 18 bands non-overlaping. p1 - p3 = profiles
# Klasse	BAND	f	w	p1	p2	p3
# ----------------------------------------------------------------------------
# Sub Bass	10-50	30	40	-6	-12	-12
# Bass		50-250	150	200	0	0	0
# ----------------------------------------------------------------------------
# Tiefe Mitten	250-1k	625	750	-2	-4	-12
# Tiefe Mitten	1k-2k	1500	999	-4	-8	-12
# Hohe Mitten	2k-3k	2500	999	-4	-8	-12
# Hohe Mitten	3k-4k	3500	999	-4	-7	-12
# ----------------------------------------------------------------------------
# Praesenz	4k-5k	4500	999	-3	-6	-12
# Praesenz	5k-6k	5500	999	-3	-6	-12
# ----------------------------------------------------------------------------
# Brillanz	6k-7k	6500	999	-4	-8	-12
# Brillanz	7k-8k	7500	999	-4	-8	-12
# Brillanz	8k-9k	8500	999	-3	-6	-12
# Brillanz	9k-10k	9500	999	-3	-6	-12
# Brillanz	10k-11k	10500	999	-4	-10	-12
# Brillanz	11k-12k	11500	999	-4	-10	-12
# Brillanz	12k-13k	12500	999	-5	-11	-12
# Brillanz	13k-14k	13500	999	-5	-11	-12
# Brillanz	14k-15k	14500	999	-6	-12	-12
# Brillanz	15k-16k	15500	999	-6	-12	-12
# -af equalizer=f=30:width_type=h:w=40:g=0,equalizer=f=150:width_type=h:w=200:g=0,equalizer=f=625:width_type=h:w=750:g=0,equalizer=f=1500:width_type=h:w=999:g=0,equalizer=f=2500:width_type=h:w=999:g=0,equalizer=f=3500:width_type=h:w=999:g=0,equalizer=f=4500:width_type=h:w=999:g=0,equalizer=f=5500:width_type=h:w=999:g=0,equalizer=f=6500:width_type=h:w=999:g=0,equalizer=f=7500:width_type=h:w=999:g=0,equalizer=f=8500:width_type=h:w=999:g=0,equalizer=f=9500:width_type=h:w=999:g=0,equalizer=f=10500:width_type=h:w=999:g=0,equalizer=f=11500:width_type=h:w=999:g=0,equalizer=f=12500:width_type=h:w=999:g=0,equalizer=f=13500:width_type=h:w=999:g=0,equalizer=f=14500:width_type=h:w=999:g=0,equalizer=f=15500:width_type=h:w=999:g=0

EQInfo[1]="Negativ-Profil. Bass 6dB, Mitten 2dB Praesenz 3dB, Brillanz 3dB"
EQProfile[1]="6,0,-2,-4,-4,-4,-3,-3,-4,-4,-3,-3,-4,-4,-5,-5,-6,-6"

EQInfo[2]="Negativ-Profil. Bass 12dB, Mitten 4dB, Praesenz 6dB, Brillanz 6dB"
EQProfile[2]="-12,0,-4,-8,-8,-8,-6,-6,-8,-8,-6,-6,-10,-10,-11,-11,-12,-12"

EQInfo[3]="Negativ-Profil. Bass 12dB"
EQProfile[3]="-12,0,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12"
