Setting volume on a media element does not work when the media element is going to the MediaStreamGraph
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
People
(Reporter: padenot, Assigned: cgg, Mentored)
References
Details
(Whiteboard: [lang=c++])
Attachments
(2 files, 2 obsolete files)
2.73 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
3.08 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Comment 4•11 years ago
|
||
Reporter | ||
Comment 5•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Reporter | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Reporter | ||
Comment 10•11 years ago
|
||
Reporter | ||
Comment 11•11 years ago
|
||
Reporter | ||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Updated•11 years ago
|
Updated•10 years ago
|
Reporter | ||
Comment 14•10 years ago
|
||
Assignee | ||
Comment 15•10 years ago
|
||
Reporter | ||
Comment 16•10 years ago
|
||
Comment 17•10 years ago
|
||
Comment 18•10 years ago
|
||
Reporter | ||
Comment 19•10 years ago
|
||
Comment 20•10 years ago
|
||
Reporter | ||
Comment 21•10 years ago
|
||
Comment 22•10 years ago
|
||
Reporter | ||
Comment 24•10 years ago
|
||
Comment 25•10 years ago
|
||
Updated•9 years ago
|
Comment 27•8 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Comment 29•8 years ago
|
||
Updated•8 years ago
|
Comment 30•8 years ago
|
||
Reporter | ||
Comment 31•8 years ago
|
||
Comment 32•8 years ago
|
||
Comment 33•8 years ago
|
||
Comment 34•6 years ago
|
||
Updated•6 years ago
|
Comment 35•6 years ago
|
||
Reporter | ||
Comment 36•6 years ago
|
||
Comment 37•6 years ago
|
||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Comment 39•6 years ago
|
||
Reporter | ||
Comment 40•6 years ago
|
||
Updated•6 years ago
|
Comment 41•6 years ago
|
||
Comment 42•6 years ago
|
||
Comment 43•5 years ago
|
||
I'm facing the same problem. Changing the playbackRate to 2.0 works with Chrome and Opera, but not with Firefox. To find a solution, I created a post on stackoverflow:
https://stackoverflow.com/questions/57391854/how-to-set-playbackrate-of-htmlaudioelement-in-combination-with-a-sourcenode-and
I don't understand why the playbackRate can't be changed when I just changed the volume with the Web audio API. Also I tried to find the proof that changing playbackRate is not supported in the specs.
Comment 44•5 years ago
|
||
(In reply to Julian P. from comment #43)
I'm facing the same problem. Changing the playbackRate to 2.0 works with Chrome and Opera, but not with Firefox. To find a solution, I created a post on stackoverflow:
https://stackoverflow.com/questions/57391854/how-to-set-playbackrate-of-htmlaudioelement-in-combination-with-a-sourcenode-andI don't understand why the playbackRate can't be changed when I just changed the volume with the Web audio API. Also I tried to find the proof that changing playbackRate is not supported in the specs.
This bug is closed and is about making the volume work. Please comment on bug 1517199, which is more relevant.
Description
•