Web Audio API and playback rate issues
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
People
(Reporter: webmaster, Unassigned)
Details
(Keywords: parity-chrome)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
My add-on Enhancer for YouTube™ (https://addons.mozilla.org/addon/enhancer-for-youtube/) permits users to boost the volume of YouTube videos, but when this feature is used, controlling the playback rate becomes impossible. I use the exact same code for Chrome and everything works as expected, but with Firefox the playback rate is reset to 1 when the Web Audio API is used, and when we try to change the playback rate I can see that it is changed when I inspect the <video> element, but the video continues to play at normal speed. Turning off the audio booster does nothing, we have to reload the page to be able to control the playback rate.
Comment 1•6 years ago
|
||
It's not clear where this belongs. Moving to Audio/Video: Playback for investigation because that's where the issue is observable.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Moving back to Moving to Audio/Video: Playback where bug 1517199 is.
Don't we need to update the other bug, that is a dup-bug, to have the same parity and priority tags.
Description
•