Closed
Bug 1426550
Opened 7 years ago
Closed 7 years ago
Audio/Volume API changes in Windows build 17063 broke Firefox audio support.
Categories
(Core :: Audio/Video: cubeb, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1426719
People
(Reporter: darklucem, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171206182557
Steps to reproduce:
Load up a youtube video and turned volume to max. Microsoft has provided more info about the change, I attached a screenshot of their official response via their feedback hub.
Actual results:
Video playback is fine, but with no audio.
Expected results:
Audio output.
Comment 1•7 years ago
|
||
https://dxr.mozilla.org/mozilla-central/rev/1624b88874765bf57e9feba176d30149c748d9d2/media/libcubeb/src/cubeb_wasapi.cpp#1161
> hr = stm->audio_stream_volume->SetAllVolumes(channels, volumes);
> if (hr != S_OK) {
This should be
if (FAILED(hr)) {
, I guess.
Status: UNCONFIRMED → NEW
Component: Untriaged → Audio/Video: cubeb
Ever confirmed: true
Product: Firefox → Core
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•