Music app stops playing when an app plays a sound
Bug #1366586 reported by
webtitekt
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dropping Letters |
Fix Released
|
Undecided
|
Victor Thompson | ||
Media Hub |
Invalid
|
Undecided
|
Unassigned | ||
Ubuntu Clock App |
Fix Released
|
Low
|
Victor Thompson | ||
Ubuntu Music App |
Invalid
|
Undecided
|
Unassigned | ||
camera-app |
Invalid
|
Undecided
|
Unassigned | ||
qtubuntu-camera (Ubuntu) |
Fix Released
|
Undecided
|
Ricardo Salveti |
Bug Description
on rtm rev 27 music is paused when taking a photo
Related branches
lp://staging/~rsalveti/qtubuntu-camera/add_audio_role
- Jim Hodapp (community): Approve (code)
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 11 lines (+1/-0)1 file modifiedsrc/aalimagecapturecontrol.cpp (+1/-0)
lp://staging/~vthompson/ubuntu-clock-app/fix-1366586
- PS Jenkins bot: Approve (continuous-integration)
- Nekhelesh Ramananthan: Approve
- Ubuntu Phone Apps Jenkins Bot: Needs Fixing (continuous-integration)
-
Diff: 11 lines (+1/-0)1 file modifiedapp/alarm/AlarmSound.qml (+1/-0)
lp://staging/~vthompson/dropping-letters/fix-1366586-dropping-letters
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Nekhelesh Ramananthan (community): Approve
- Alan Pope 🍺🐧🐱 🦄 (community): Approve
-
Diff: 35 lines (+4/-0)1 file modifieddropping-letters.qml (+4/-0)
Changed in camera-app: | |
status: | New → Invalid |
Changed in qtubuntu-camera: | |
assignee: | nobody → Ricardo Salveti (rsalveti) |
importance: | Undecided → Critical |
Changed in qtubuntu-camera (Ubuntu): | |
status: | New → Fix Released |
affects: | qtubuntu-camera → ubuntu |
no longer affects: | ubuntu |
Changed in qtubuntu-camera (Ubuntu): | |
assignee: | nobody → Ricardo Salveti (rsalveti) |
summary: |
- Music app stops playing when taking a photo + Music app stops playing an app plays a sound |
Changed in ubuntu-clock-app: | |
status: | New → In Progress |
assignee: | nobody → Victor Thompson (vthompson) |
importance: | Undecided → Low |
summary: |
- Music app stops playing an app plays a sound + Music app stops playing when an app plays a sound |
Changed in ubuntu-clock-app: | |
milestone: | none → rtm |
Changed in dropping-letters: | |
assignee: | nobody → Victor Thompson (vthompson) |
status: | New → In Progress |
Changed in dropping-letters: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Media-hub, the service that handles audio used in the system, recently added the capability to categorize the type of audio being played. If all the following are true the existing audio stream is paused:
1. New audio stream is of the type "multimedia" (note this is the default category)
2. Existing audio stream is playing
3. Existing audio stream is also of the type "multimedia"
I imagine there are many apps that have small sound effects that shouldn't be categorized as "multimedia". With the way media-hub works now any app that uses an alert or small sound effect would need to have the sound recategorized. Would it make more sense for the default to be "alert" or something similar and then just have apps like the Music app specify that they are of type "multimedia"? That would make this categorization easier on other apps, but would require a fix to the music app and media-hub.