mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -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"
|
[rate INT] # Slave rate (default nearest) or "unchanged"
|
||||||
}
|
}
|
||||||
route_policy STR # route policy for automatic ttable generation
|
route_policy STR # route policy for automatic ttable generation
|
||||||
# STR can be 'default', 'sum', 'copy', 'duplicate'
|
# STR can be 'default', 'average', 'copy', 'duplicate'
|
||||||
# sum: result is sum of input channels
|
# average: result is average of input channels
|
||||||
# copy: only first channels are copied to destination
|
# copy: only first channels are copied to destination
|
||||||
# duplicate: duplicate first set of channels
|
# duplicate: duplicate first set of channels
|
||||||
# default: copy policy, except for mono capture - sum
|
# default: copy policy, except for mono capture - sum
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue