-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasoundrc
More file actions
68 lines (60 loc) · 760 Bytes
/
Copy pathasoundrc
File metadata and controls
68 lines (60 loc) · 760 Bytes
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
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
slave.pcm "plug:dmix"
}
pcm.dmixout {
type plug
slave {
pcm "dmix"
}
}
pcm.!default {
type plug
# Normal output: plugequal
# HDMI output: hw:1,7
slave.pcm "plugequal"
}
pcm.miccopy {
type plug
slave {
pcm "hw:0,0"
#rate 44100
rate 8000
#format S16_LE
format U8
}
}
pcm.micfilter {
type ladspa
slave.pcm "miccopy"
path "/usr/lib/ladspa"
plugins [{
label lpf
id 1041
input {
controls [ 600 ]
}
}]
}
#pcm.micasym {
# type asym
# capture.pcm "micfilter"
#}
#
#pcm.mic {
# type plug
# slave.pcm "micfilter"
#}
pcm.skype_asym {
type asym
playback.pcm "dmixout"
capture.pcm "micfilter"
#capture.pcm "miccopy"
}
pcm.skype {
type plug
slave.pcm "skype_asym"
}