You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
613 B
44 lines
613 B
5 years ago
|
# Setup Dmix
|
||
|
pcm.!default {
|
||
|
type plug
|
||
4 years ago
|
slave.pcm "duplex"
|
||
5 years ago
|
}
|
||
|
|
||
4 years ago
|
pcm.duplex {
|
||
|
type asym
|
||
|
playback.pcm "dmixer"
|
||
|
capture.pcm "dsnoop"
|
||
|
}
|
||
|
|
||
|
|
||
|
pcm.dsnooped {
|
||
|
type dsnoop
|
||
|
slave {
|
||
|
pcm "hw:0,0"
|
||
|
channels 1
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
5 years ago
|
pcm.dmixer {
|
||
|
type dmix
|
||
|
ipc_key 1024
|
||
|
slave {
|
||
|
pcm "hw:0,0"
|
||
|
period_time 0
|
||
|
period_size 1024
|
||
|
buffer_size 4096
|
||
|
rate 44100
|
||
|
}
|
||
|
bindings {
|
||
|
0 0
|
||
|
1 1
|
||
|
}
|
||
|
}
|
||
|
|
||
|
ctl.dmixer {
|
||
|
type hw
|
||
|
card 0
|
||
|
}
|