-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAKG_K702_EQ_CamillaDSP_ORA_140621.yml
170 lines (153 loc) · 3.74 KB
/
AKG_K702_EQ_CamillaDSP_ORA_140621.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
---
# CamillaDSP setup file:
# EQ setting for AKG K702 by Oratory1990 from
# 14.06.21 v2.9 AKG K702:
# https://www.reddit.com/r/oratory1990/wiki/index/list_of_presets
#
# Also see:
# https://github.com/scripple/alsa_cdsp
# https://www.diyaudio.com/forums/pc-based/349818-camilladsp-cross-platform-iir-fir-engine-crossovers-correction-etc-198.html
#
devices:
samplerate: 96000
chunksize: 16384
silence_threshold: -60
silence_timeout: 3.0
capture:
type: Alsa
channels: 2
device: "hw:Loopback,1"
format: S24LE3
playback:
type: Alsa
channels: 2
device: "hw:v15,0"
format: S24LE3
# devices:
# samplerate: $samplerate$
# chunksize: 16384
# queuelimit: 1
# capture:
# type: File
# channels: $channels$
# filename: "/dev/stdin"
# format: $format$
# playback:
# type: ALSA
# channels: $channels$
# device: "hw:0"
# format: S32LE
# See R-function "slope" in
# "camilladsp_shelf.R" for calculating
# Highshelf & Lowshelf slope from
# Q and Gain.
filters:
AKGK702_oratory1990_14062021_gain:
type: Gain
parameters:
gain: -10.4
AKGK702_oratory1990_14062021_band01:
type: Biquad
parameters:
type: Lowshelf
freq: 24
gain: 5.0
# slope(Q= 0.71, gain= 5.0) => 12.09443
# slope: 12.0
q: 0.71
AKGK702_oratory1990_14062021_band02:
type: Biquad
parameters:
type: Lowshelf
freq: 105
gain: 5.5
# slope(Q= 0.71, gain= 5.5) => 12.09363
# slope: 12.0
q: 0.71
AKGK702_oratory1990_14062021_band03:
type: Biquad
parameters:
type: Peaking
freq: 200
gain: -2.5
q: 0.5
AKGK702_oratory1990_14062021_band04:
type: Biquad
parameters:
type: Peaking
freq: 740
gain: 2.4
q: 1.4
AKGK702_oratory1990_14062021_band05:
type: Biquad
parameters:
type: Peaking
freq: 1000
gain: -1.2
q: 3.5
AKGK702_oratory1990_14062021_band06:
type: Biquad
parameters:
type: Peaking
freq: 2280
gain: -5.3
q: 1.9
AKGK702_oratory1990_14062021_band07:
type: Biquad
parameters:
type: Peaking
freq: 2650
gain: -0.6
q: 5.0
AKGK702_oratory1990_14062021_band08:
type: Biquad
parameters:
type: Peaking
freq: 3500
gain: 3.0
q: 1.4
AKGK702_oratory1990_14062021_band09:
type: Biquad
parameters:
type: Peaking
freq: 5500
gain: -5.0
q: 3.5
AKGK702_oratory1990_14062021_band10:
type: Biquad
parameters:
type: Highshelf
freq: 12000
gain: -1.0
# slope(Q= 0.71, gain= -1.0) => 12.09824
# slope: 12.0
q: 0.71
pipeline:
- type: Filter
channel: 0
names:
- AKGK702_oratory1990_14062021_gain
- AKGK702_oratory1990_14062021_band01
- AKGK702_oratory1990_14062021_band02
- AKGK702_oratory1990_14062021_band03
- AKGK702_oratory1990_14062021_band04
- AKGK702_oratory1990_14062021_band05
- AKGK702_oratory1990_14062021_band06
- AKGK702_oratory1990_14062021_band07
- AKGK702_oratory1990_14062021_band08
- AKGK702_oratory1990_14062021_band09
- AKGK702_oratory1990_14062021_band10
- type: Filter
channel: 1
names:
- AKGK702_oratory1990_14062021_gain
- AKGK702_oratory1990_14062021_band01
- AKGK702_oratory1990_14062021_band02
- AKGK702_oratory1990_14062021_band03
- AKGK702_oratory1990_14062021_band04
- AKGK702_oratory1990_14062021_band05
- AKGK702_oratory1990_14062021_band06
- AKGK702_oratory1990_14062021_band07
- AKGK702_oratory1990_14062021_band08
- AKGK702_oratory1990_14062021_band09
- AKGK702_oratory1990_14062021_band10