Closed Bug 998159 Opened 11 years ago Closed 11 years ago

[Tarako][Audio]No system audio channel

Categories

(Firefox OS Graveyard :: AudioChannel, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(blocking-b2g:1.3T+)

RESOLVED WORKSFORME
blocking-b2g 1.3T+

People

(Reporter: mlien, Unassigned)

References

Details

(Keywords: regression, Whiteboard: [tarako-bug-bash-1.3T])

Attachments

(1 file)

Attached file logcat.txt (deleted) —
Build Information Gaia f0872318d46781bb59d0a13a2e1fffb115b8ca2b Gecko https://hg.mozilla.org/releases/mozilla-b2g28_v1_3t/rev/9ff031daa73c Device: Tarako Build ID: 20140417152301 Platform Version: 28.1 Description Try to adjust system audio channel, but only one channel(app audio) can be adjusted Steps to Reproduce 1. Adjust volume on homescreen 2. Launch any app and adjust volume Expected Results Adjust volume on homescreen and any app should on different audio channel Actual Results Adjust volume on homescreen and any app will on the same audio channel Other Notes Reproduction Frequency: 100%
I adjust volume up/down in following scenario. In homescreen: AudioManager.cpp receive AudioChannelType:AUDIO_CHANNEL_CONTENT In music: AudioManager.cpp receive AudioChannelType:AUDIO_CHANNEL_CONTENT In Settings->Ringer receive AudioChannelType:AUDIO_CHANNEL_NOTIFICATION
Hi, Alive I am not sure it meet UX design about Comment 1. Could you provide more information about that? Thanks
Flags: needinfo?(alive)
Spec is in bug 991026 and we are planning to fix this in 2.0.
Flags: needinfo?(alive)
Blocks: 991026
ni? alive to confirm 1.3 behavior again bug 991026 seems to be the new design. Thanks
Flags: needinfo?(alive)
Homescreen & app should have different audio channel. https://github.com/mozilla-b2g/gaia/blob/v1.3t/apps/system/js/sound_manager.js#L458 How do you test? What's the regression window?
Flags: needinfo?(alive)
ni? reporter for comment 5
Flags: needinfo?(mlien)
(In reply to Alive Kuo [:alive][NEEDINFO!][God bless Taiwan.] from comment #5) > Homescreen & app should have different audio channel. > https://github.com/mozilla-b2g/gaia/blob/v1.3t/apps/system/js/sound_manager. > js#L458 > > How do you test? What's the regression window? I adjust volume on homescreen and other apps Currently they use the same channel Not sure the regression window, it needs more verification
Flags: needinfo?(mlien)
Mike: I think this is the case... there's 3 channels that you can adjust using the settings: Ringer/notifications using the slide bar Alarm using the slide bar Using the volume rocker in the settings app You can adjust the volume in for a ring or the volume in the call if you are on the call. I find that annoying. I am not sure why we don't have a way to adjust the volume before the call. https://wiki.mozilla.org/WebAPI/AudioChannels
Also while a sound is going you can modify the volume using the rocker for the channel. It gets confusing to the end user which sound serves which purpose.
Can someone else confirm this on Tarako & then indicate what happens on 1.3?
Keywords: qawanted
Currently on Tarako's homescreen, adjust volume will go into content channel But in before and also as v1.3, adjust volume on homescreen will go into notification channel
Keywords: qawanted
It's because of bug 990003 and fixed in bug 997924 and root cause is bug 999563 comment 3.
(In reply to Mike Lien[:mlien] from comment #11) > Currently on Tarako's homescreen, adjust volume will go into content channel > But in before and also as v1.3, adjust volume on homescreen will go into > notification channel Triage: this seems like a regression. 1.3T+
blocking-b2g: 1.3T? → 1.3T+
ni? Etienne to confirm this is a dup of bug 997924. Thanks
(In reply to Joe Cheng [:jcheng] from comment #13) > (In reply to Mike Lien[:mlien] from comment #11) > > Currently on Tarako's homescreen, adjust volume will go into content channel > > But in before and also as v1.3, adjust volume on homescreen will go into > > notification channel > > Triage: this seems like a regression. 1.3T+ One way we can confirm this is check if this happens on trunk. Leaving qawanted to check if this reproduces on trunk.
Keywords: qawanted
QA Contact: mvaughan
(In reply to Jason Smith [:jsmith] from comment #15) > (In reply to Joe Cheng [:jcheng] from comment #13) > > (In reply to Mike Lien[:mlien] from comment #11) > > > Currently on Tarako's homescreen, adjust volume will go into content channel > > > But in before and also as v1.3, adjust volume on homescreen will go into > > > notification channel > > > > Triage: this seems like a regression. 1.3T+ > > One way we can confirm this is check if this happens on trunk. > > Leaving qawanted to check if this reproduces on trunk. On trunk, I am seeing the same behavior mentioned in comment 1 & comment 8. When adjusting the volume on the Homescreen, it adjusts the Media (content) volume. Then when I adjust the volume within another app, like Music or Video, the same volume is adjusted. I can adjust the Ringer/Notifications volume using the rockers when the ringer is going off, or when a notification appears and plays its alert sound. Device: Buri Master MOZ BuildID: 20140423040203 Gaia: d8904c5af6152f5d647a93a0c31227171ddecd87 Gecko: ac376a4e8174 Version: 31.0a1 Firmware Version: v1.2-device.cfg
Keywords: qawanted
Okay - that confirms this is definitely a regression. Let's get a window on trunk.
(In reply to Joe Cheng [:jcheng] from comment #14) > ni? Etienne to confirm this is a dup of bug 997924. Thanks
Flags: needinfo?(etienne)
(In reply to Joe Cheng [:jcheng] from comment #18) > (In reply to Joe Cheng [:jcheng] from comment #14) > > ni? Etienne to confirm this is a dup of bug 997924. Thanks Not entirely sure, I know bug 997924 affected the visible-audio-channel-changed event, but not sure about the default-volume-channel-changed event. Anyway, the patch landed and got uplifted on 1.3t, so we'll know soon if this is fixed.
Flags: needinfo?(etienne)
verify with today's daily build, homescreen's audio channel resume to notification channel Gaia 4dd06db93607f55694953fe60751eddb4bbb5afc Gecko https://hg.mozilla.org/releases/mozilla-b2g28_v1_3t/rev/db579b1c75ed BuildID 20140427164001 Version 28.1
(In reply to Mike Lien[:mlien] from comment #21) > verify with today's daily build, homescreen's audio channel resume to > notification channel > Gaia 4dd06db93607f55694953fe60751eddb4bbb5afc > Gecko > https://hg.mozilla.org/releases/mozilla-b2g28_v1_3t/rev/db579b1c75ed > BuildID 20140427164001 > Version 28.1 I just gave it a try as well and the issue has been fixed. Close as resolved fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Hold up - we need to make sure this is working on trunk as well.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
(In reply to Jason Smith [:jsmith] from comment #23) > Hold up - we need to make sure this is working on trunk as well. oh, sure.
verify with trunk and it's fine Gaia 265e1ac4ee71ad6190335c974bfce33f783edfce Gecko https://hg.mozilla.org/mozilla-central/rev/ea25086073c8 BuildID 20140427160202 Version 31.0a1
Keywords: qawanted
ok - now we can close it.
Status: REOPENED → RESOLVED
Closed: 11 years ago11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: