noexit wrote: > Does anyone know a way to correctly utilize dmix to accommodate for > multiple sample rates?
Use the "Automatic conversion plugin". Some documentation here: https://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html. Something like this in your -asound.conf-, perhaps:. Code: -------------------- pcm.!default { type plug slave.pcm "My dmix definition" } -------------------- You could integrate something like that into your set up. ------------------------------------------------------------------------ mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299 View this thread: http://forums.slimdevices.com/showthread.php?t=111550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
