mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
sum->average for route_policy
This commit is contained in:
parent
de27e7ec3f
commit
aebed60fe7
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ pcm.NAME {
|
|||
[rate INT] # Slave rate (default nearest) or "unchanged"
|
||||
}
|
||||
route_policy STR # route policy for automatic ttable generation
|
||||
# STR can be 'default', 'sum', 'copy', 'duplicate'
|
||||
# sum: result is sum of input channels
|
||||
# STR can be 'default', 'average', 'copy', 'duplicate'
|
||||
# average: result is average of input channels
|
||||
# copy: only first channels are copied to destination
|
||||
# duplicate: duplicate first set of channels
|
||||
# default: copy policy, except for mono capture - sum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue