volume change sound effect (audio-volume-change) does not play when volume is changed

Bug #538757 reported by Dylan McCall
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
The Sound Menu
Won't Fix
Wishlist
Conor Curran
indicator-sound (Ubuntu)
Won't Fix
Wishlist
Conor Curran

Bug Description

Binary package hint: indicator-sound

First of all, a quick introduction to the (unfortunately not very well-known) component we have had for a few releases now, called libCanberra, which is used for sound events in the same style as icons.

In upstream GNOME, any time an application changes the system volume it plays the "audio-volume-change" sound effect. This is done per application, using ca_gtk_play_for_widget.

The sound is unimplemented in Ubuntu's default sound theme, but absolutely exists in most others. (FreeDesktop and Moblin are the two we should particularly care about, since they are available for installation in Lucid). With the FreeDesktop theme, it constitutes an _extremely_ helpful "pop" noise to indicate how loud the volume now is.

Here is some sample code from gnome-settings-daemon ./plugins/media-keys/gsd-media-keys-manager.c in the update_dialog function:

ca_gtk_play_for_widget (manager->priv->dialog, 0,
    CA_PROP_EVENT_ID, "audio-volume-change",
    CA_PROP_EVENT_DESCRIPTION, "volume changed through key press",
    CA_PROP_APPLICATION_ID, "org.gnome.VolumeControl",
    NULL);

The same is also used for the upstream volume control applet. Although it only affects users with different sound themes, losing this feature is a regression. (And limits what can be done with Ubuntu's own sound theme, if that gets updated at some point).

Please implement this feature in indicator-sound when a volume change is triggered.

Changed in indicator-sound (Ubuntu):
importance: Undecided → Wishlist
Conor Curran (cjcurran)
Changed in indicator-sound (Ubuntu):
status: New → In Progress
assignee: nobody → Conor Curran (cjcurran)
Conor Curran (cjcurran)
Changed in indicator-sound:
importance: Undecided → Wishlist
assignee: nobody → Conor Curran (cjcurran)
status: New → In Progress
status: In Progress → New
milestone: none → 0.2.3
status: New → In Progress
Conor Curran (cjcurran)
Changed in indicator-sound:
milestone: 0.2.3 → none
Revision history for this message
Dmitry Agafonov (dmitry-agafonov) wrote :

Fresh install of Lucid RC on EeePC 901:
Sometimes it plays noisy sound with constant high volume when changing volume using mouse wheel (not sure about Fn buttons).
Can it be related?

Conor Curran (cjcurran)
Changed in indicator-sound:
status: In Progress → Confirmed
Changed in indicator-sound (Ubuntu):
status: In Progress → Confirmed
Revision history for this message
Lars Karlitski (larsu) wrote :

This should work when changing the volume with hardware volume keys, because we are using gnome-settings-daemon's media keys plugin. (Maybe we didn't back when this bug was filed.)

I don't think the sound menu should emit these sounds when changing the volume with the volume slider.

Changed in indicator-sound:
status: Confirmed → Won't Fix
Changed in indicator-sound (Ubuntu):
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.