Create one WebAudioSource for each CreateMediaStreamSource() call.
Previously, the media stream track will create one source provider and let WebAudio use it. But this does not work when there are more than 1 WebAudio AudioContexts connecting to the same media stream. This Cl fixes the problem by creating one source provider for each CreateMediaStreamSource() call. NOTRY=true BUG=354468 Review URL: https://codereview.chromium.org/202923007 git-svn-id: svn://svn.chromium.org/blink/trunk@170063 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment