You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2019. It is now read-only.
Unfortunately, when i combine the two tracks into a new stream the tab audio seems to not work, once I figure it out, I will post the solution here to see if you would like me to add it as an example.
An example of how to mix two MediaStreamTracks from the audio from a tab and the audio from a microphone source using
AudioContextwould be awesome.I am currently trying to get this to work myself.
The closest I have been able to find has actually been in a Chromium bug found here: https://bugs.chromium.org/p/chromium/issues/detail?id=571671
Unfortunately, when i combine the two tracks into a new stream the tab audio seems to not work, once I figure it out, I will post the solution here to see if you would like me to add it as an example.