mozilla / cubeb

Cross platform audio library
ISC License
439 stars 124 forks source link

Mixer should better handle mixing input sources #382

Open SingingTree opened 6 years ago

SingingTree commented 6 years ago

I've encountered some issues with using the mixer in the WASAPI backend to handle input streams. Starting a discussion to bounce some ideas and confirm that my concerns are not a product of misunderstanding the mixing API.

Would appreciate thoughts. @kinetiknz, @ChunMinChang

SingingTree commented 6 years ago

I've hacked on https://github.com/kinetiknz/cubeb/issues/383 and it appears to be the primary issue killing my input mixing and appears to be why layout is not detected in my case. Still interested in thoughts on the above.

ChunMinChang commented 6 years ago