Closed Bug 870299 Opened 11 years ago Closed 6 years ago

[unagi][Audio] fm play loudly at once.but the fm volume had turn down to zero at the time

Categories

(Firefox OS Graveyard :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: rlin, Unassigned)

Details

Fix this bug: 858436 and found another issue happen: 
1、insert the headset and listen FM radio;
2、turn down the volume to zero;
3、pause fm;
*4、resume fm; (bug: the fm play loudly at once.but the fm volume had turn down to zero at the time)
5、turn up fm volume after the button change to PAUSE;
gecko mc branch can't found this issue.
Hi Randy,
I found when resume FM, gecko will not use MUSIC volume to set FM volume.
The problem lie in FMRadio::CanPlayChanged.

  audioManager->GetFmRadioAudioEnabled(&AudioEnabled);
  if (AudioEnabled == canPlay) {
    return NS_OK;
  }

This part block FM volume setting.
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.