From a10140cef6dd6fc121695fa7f4badbf48aaff027 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 19 Mar 2003 16:42:47 +0000 Subject: [PATCH] Added more comments for 32-bit mixing --- src/pcm/pcm_dmix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pcm/pcm_dmix.c b/src/pcm/pcm_dmix.c index db5084cd..2188659d 100644 --- a/src/pcm/pcm_dmix.c +++ b/src/pcm/pcm_dmix.c @@ -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 { -- 2.47.1