-
Notifications
You must be signed in to change notification settings - Fork 1
/
dsp.conf
174 lines (167 loc) · 2.93 KB
/
dsp.conf
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
171
172
---
# https://github.com/HEnquist/camilladsp
devices:
samplerate: 44100
chunksize: 1024
silence_threshold: -60
silence_timeout: 3.0
enable_resampling: false
resampler_type: BalancedAsync
# queuelimit: 1
capture:
type: Alsa
channels: 2
device: "hw:Loopback,1"
#format: S24LE3
format: S16LE
playback:
type: Alsa
channels: 2
device: "hw:Input,0"
#format: S24LE3
format: S16LE
mixers:
basic:
channels:
in: 2
out: 2
mapping:
- dest: 0
sources:
- channel: 0
gain: -3
inverted: false
- dest: 1
sources:
- channel: 1
gain: -3
inverted: false
filters:
placeholder:
type: Biquad
parameters:
type: Highshelf
freq: 5000
slope: 6.0
gain: -4.0
bose1:
type: Biquad
parameters:
type: Free
b0: 1.0010607622429313
b1: -1.9990163811461883
b2: 0.9979580850934016
a1: -1.9990163811461883
a2: 0.9990188473363328
bose2:
type: Biquad
parameters:
type: Free
b0: 0.999150551084064
b1: -1.9941675604099047
b2: 0.9950323857097444
a1: -1.9941675604099047
a2: 0.9941829367938084
bose3:
type: Biquad
parameters:
type: Free
b0: 1.5043464308937662
b1: -0.8113724387961001
b2: -0.17152145195694066
a1: -0.8113724387961001
a2: 0.33282497893682544
bose4:
type: Biquad
parameters:
type: Free
b0: 1.1194862363549036
b1: -2.1536187531196247
b2: 1.0380687417115997
a1: -1.9192007037151593
a2: 0.923136928662038
bose5:
type: Biquad
parameters:
type: Free
b0: 0.9996771100952656
b1: -1.9884573835043011
b2: 0.98883817317956
a1: -1.9884538510840497
a2: 0.9885188156950774
bass:
type: Biquad
parameters:
type: Lowshelf
freq: 90
slope: 6
gain: 7.5
treble:
type: Biquad
parameters:
type: Highshelf
freq: 2700
slope: 6
gain: -2.5
midbass:
type: Biquad
parameters:
type: Peaking
freq: 190
q: 1.5
gain: 1.0
mids:
type: Biquad
parameters:
type: Peaking
freq: 700
q: 0.6
gain: -1.0
diffuse:
type: Biquad
parameters:
type: Peaking
freq: 3000
q: 0.3
gain: -2.0
spike:
type: Biquad
parameters:
type: Peaking
freq: 7200
q: 0.7
gain: -8.5
dither:
type: Dither
parameters:
type: Lipshitz441
bits: 16
pipeline:
- type: Mixer
name: basic
- type: Filter
channel: 0
names:
- bose1
- bose2
- bose3
- bose4
- bose5
- bass
- treble
- midbass
- spike
- dither
- type: Filter
channel: 1
names:
- bose1
- bose2
- bose3
- bose4
- bose5
- bass
- treble
- midbass
- spike
- dither