mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added dmix plugin
This commit is contained in:
parent
b3b7afc638
commit
6e3c42dadd
1 changed files with 7 additions and 0 deletions
|
|
@ -314,6 +314,10 @@ pcm.NAME {
|
|||
}
|
||||
}
|
||||
|
||||
type dmix # Direct mixing plugin
|
||||
slave STR # Slave name (see pcm_slave)
|
||||
ipc_key INT # Unique ipc key
|
||||
ipc_key_add_uid BOOL # Add current uid to ipc_key
|
||||
}
|
||||
|
||||
# CTL type definition
|
||||
|
|
@ -442,3 +446,6 @@ pcm.ladspa {
|
|||
}
|
||||
]
|
||||
}
|
||||
|
||||
# an example command for dmix plugin to force 44100Hz mixing rate:
|
||||
# aplay -D"plug:'dmix:RATE=44100'" <filename>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue