DescriptionCreate 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170063
Patch Set 1 : #
Total comments: 3
Messages
Total messages: 9 (0 generated)
|