On Tue, 2013-03-19 at 09:01 -0700, Justin Chudgar wrote: > I'll try to do this. My question is, from a pulseaudio code perspective, > should this be in a module at all? Since this is a thorough and proper way to > achieve remixing of sources, this code should live in the daemon itself, > shouldn't it? Ideally it would indeed be integrated in the core remixing code (with the possibility of turning it off to save CPU), but implementing that is a project of its own. I think the first priority is to get the algorithm working, and making a module is probably the easiest way to develop it. -- Tanu