SoundEvents

Differences between revisions 1 and 16 (spanning 15 versions)
Revision 1 as of 2005-04-23 10:28:43
Size: 1004
Editor: intern146
Comment:
Revision 16 as of 2005-04-29 00:44:12
Size: 3364
Editor: intern146
Comment: feedback
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##(see the SpecSpec for an explanation) Reviewer feedback:

 * Implementation plan needs to be fleshed out in more detail
 * XChat needs to be addressed
 * Why is it necessary to replace files in the gaim package, rather than configuring gaim to use sounds from ubuntu-sounds?
Line 7: Line 11:
  * Created: [[Date(2005-04-23T10:28:43Z)]] by MattZimmerman[[BR]]
  * Priority: NeedsPriority[[BR]]
  * People: NeedsLead, NeedsSecond[[BR]]
  * Contributors: MattZimmerman[[BR]]
  * Interested: [[BR]]
  * Status: BrainDump, BreezyGoal, UduBof, DistroSpecification[[BR]]
  * Branch: [[BR]]
  * Malone Bug: [[BR]]
  * Created: [[Date(2005-04-23T10:28:43Z)]] by MattZimmerman
  * Priority: MediumPriority
  * People: AdamConradLead, AndrewFitzsimonSecond
  * Contributors: MattZimmerman
  * Interested:
  * Status: BreezyGoal, DistroSpecification, BrainDump
Line 17: Line 19:
  * UduSessions: 1, 4, 8, etc [[BR]]   * UduSessions: 1 (0)
Line 21: Line 23:
Desktop applications in Ubuntu should use sounds consistently to indicate similar events.  For example, the sound played when receiving an email message should be the same regardless of which application is being used to read mail. Desktop applications in Ubuntu should use sounds consistently to indicate similar events. For example, the sound played when receiving an e-mail message should be the same regardless of which application is being used to read mail.
Line 25: Line 27:
The current sound implementation is incomplete, inconsistent and some applications have sounds that could be used better. Tidying this up will make for a better user experience.


==== The things that we can do with sounds ====

 * replace sounds with dpkg `package-x replaces package-y`
 * hacking packages to get sounds into it
 * and just using GNOME sounds themes (really subtle sound to indicate something has happened)

Line 26: Line 38:
Points to note:
 * error sound - not too rad
 * notification sounds have to be quick and percussive
 * we need to assign sounds to battery status for battery low
 * new mail notification in Evolution doesn't work - there is currently no sound (and it will be fixed)
 * GNOME system sounds preferences don't have a new mail preference
 * GAIM sounds are intrusive, and are usually turned off by users

==== Thunderbird ====

Thunderbird currently uses the system beep; this might need to be patched.

==== Nice feature to have ====

If a program uses the system beep, can we intercept that and put in our own sound?

The average Windows user has not heard a system beep in 10 years!

==== GAIM sounds ====

These are the only sounds we want and this is what we want to do with them:
 * message received. Notification for now but ideally its own
 * buddy logs in (really subtle sound to indicate something has happened)
 * buddy logs out (really subtle sound to indicate something has happened)
 * name mentioned

==== Techniques to employ for sound events ====

 * pitch shapes for different functions
 * percussive techniques for different events of similar nature
 * no more than four beats for the most intrusive sounds
Line 29: Line 73:
 * One maintainer to replace sounds that are unacceptable
 * One engineer to create sounds that are not appropriate for certain events
 * Gaim sounds need to be re-engineered
 * Evolution and Thunderbird needs mail notification sounds

Line 30: Line 80:

Refer to Packages Affected
Line 33: Line 85:
`ubuntu-sounds` should now have `replaces gaim` meaning that it uses the dpkg 'replaces' field to overwrite some sound files in the `gaim` package

`ubuntu-sounds` should now include a generic mail notification sound that can be used by a number of mail client applications.
Line 35: Line 91:
== Outstanding Issues ==

=== UDU BOF Agenda ===

=== UDU Pre-Work ===
It would be advantageous global GNOME mail notification sound.

Reviewer feedback:

  • Implementation plan needs to be fleshed out in more detail
  • XChat needs to be addressed
  • Why is it necessary to replace files in the gaim package, rather than configuring gaim to use sounds from ubuntu-sounds?

SoundEvents

Status

Introduction

Desktop applications in Ubuntu should use sounds consistently to indicate similar events. For example, the sound played when receiving an e-mail message should be the same regardless of which application is being used to read mail.

Rationale

The current sound implementation is incomplete, inconsistent and some applications have sounds that could be used better. Tidying this up will make for a better user experience.

The things that we can do with sounds

  • replace sounds with dpkg package-x replaces package-y

  • hacking packages to get sounds into it
  • and just using GNOME sounds themes (really subtle sound to indicate something has happened)

Scope and Use Cases

Points to note:

  • error sound - not too rad
  • notification sounds have to be quick and percussive
  • we need to assign sounds to battery status for battery low
  • new mail notification in Evolution doesn't work - there is currently no sound (and it will be fixed)
  • GNOME system sounds preferences don't have a new mail preference
  • GAIM sounds are intrusive, and are usually turned off by users

Thunderbird

Thunderbird currently uses the system beep; this might need to be patched.

Nice feature to have

If a program uses the system beep, can we intercept that and put in our own sound?

The average Windows user has not heard a system beep in 10 years!

GAIM sounds

These are the only sounds we want and this is what we want to do with them:

  • message received. Notification for now but ideally its own
  • buddy logs in (really subtle sound to indicate something has happened)
  • buddy logs out (really subtle sound to indicate something has happened)
  • name mentioned

Techniques to employ for sound events

  • pitch shapes for different functions
  • percussive techniques for different events of similar nature
  • no more than four beats for the most intrusive sounds

Implementation Plan

  • One maintainer to replace sounds that are unacceptable
  • One engineer to create sounds that are not appropriate for certain events
  • Gaim sounds need to be re-engineered
  • Evolution and Thunderbird needs mail notification sounds

Data Preservation and Migration

Refer to Packages Affected

Packages Affected

ubuntu-sounds should now have replaces gaim meaning that it uses the dpkg 'replaces' field to overwrite some sound files in the gaim package

ubuntu-sounds should now include a generic mail notification sound that can be used by a number of mail client applications.

User Interface Requirements

It would be advantageous global GNOME mail notification sound.

UbuntuDownUnder/BOFs/SoundEvents (last edited 2008-08-06 16:19:44 by localhost)