mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Added more comments for 32-bit mixing
This commit is contained in:
parent
ead9960abc
commit
a10140cef6
1 changed files with 3 additions and 1 deletions
|
|
@ -1044,7 +1044,9 @@ int snd_pcm_dmix_open(snd_pcm_t **pcmp, const char *name,
|
|||
|
||||
\section pcm_plugins_dmix Plugin: dmix
|
||||
|
||||
This plugin provides direct mixing of multiple streams.
|
||||
This plugin provides direct mixing of multiple streams. The resolution
|
||||
for 32-bit mixing is only 24-bit. The low significant byte is filled with
|
||||
zeros. The extra 8 bits are used for the saturation.
|
||||
|
||||
\code
|
||||
pcm.name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue