PrimarySoundOutput

Differences between revisions 1 and 2
Revision 1 as of 2010-02-01 19:59:36
Size: 713
Editor: unassigned
Comment:
Revision 2 as of 2010-02-01 20:03:13
Size: 728
Editor: unassigned
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
The primary output should be: At any moment, the primary output should be:

Various interface elements need to know what the primary sound output device is. For example:

  • This is the device that gnome-settings-daemon should change the volume of when you press the Quieter/Louder keys on the keyboard.

  • This is the device whose volume should be shown in the sound menu.

Deciding the primary sound output

At any moment, the primary output should be:

  1. If there are any Bluetooth audio output devices, the one most recently connected.
  2. Otherwise, if there are any USB audio output devices, the one most recently connected.
  3. Otherwise, the default PulseAudio device (device 0).

Unresolved issues

Need review from PulseAudio developers.

PrimarySoundOutput (last edited 2013-06-17 11:29:53 by mpt)