Closed Bug 1426550 Opened 6 years ago Closed 6 years ago

Audio/Volume API changes in Windows build 17063 broke Firefox audio support.

Categories

(Core :: Audio/Video: cubeb, defect)

57 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1426719

People

(Reporter: darklucem, Unassigned)

Details

Attachments

(1 file)

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.
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
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: