Audio mixer for each browser source

alfaex

New Member
I'm coding some stuff in node.js and i will use a lot of browser source for notifications and animations.

And would be nice to have an audio track for each instance of browser source.

Thanks a lot
 

Osiris

Active Member
That's not possible, CEF has no support for the type of audio handling that's needed to do that.
 

alfaex

New Member
This CEF is why using 'window capture' and capture chrome instead of browser source it's not possible to get an separated audio track too?
Because if window capture had his own audio track i could use electron framework
 
Top