Enable recording via dsnoop
This commit is contained in:
parent
4c39cd16b0
commit
f10eab033d
1 changed files with 18 additions and 1 deletions
|
@ -1,9 +1,26 @@
|
|||
# Setup Dmix
|
||||
pcm.!default {
|
||||
type plug
|
||||
slave.pcm "dmixer"
|
||||
slave.pcm "duplex"
|
||||
}
|
||||
|
||||
pcm.duplex {
|
||||
type asym
|
||||
playback.pcm "dmixer"
|
||||
capture.pcm "dsnoop"
|
||||
}
|
||||
|
||||
|
||||
pcm.dsnooped {
|
||||
type dsnoop
|
||||
slave {
|
||||
pcm "hw:0,0"
|
||||
channels 1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
pcm.dmixer {
|
||||
type dmix
|
||||
ipc_key 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue