Daniel Tihelka wrote:
> [dmix]
> Aad what about streams with different sampling frequencies?

The dmix plugin always uses a fixed sample rate. The default is 48000,
but you can change it as follows:

pcm.!default {
        type plug
        slave.pcm {
                type dmix
                ipc_key 54042615
                ipc_key_add_uid yes
                slave {
                        pcm "hw:0"
                        rate 44100
                }
        }
}


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to