CleanupAudioJumble

Revision 1 as of 2006-11-10 06:41:57

Clear message

Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

  • Launchpad entry: none yet

  • Packages affected:

Summary

The idea is to make PulseAudio the default sound system on Ubuntu, replacing the Esound Sound Daemon (esd) and ALSA dmix. PulseAudio is a drop-in replacement for Esound, but adds new features, opening it for many entirely new areas.

Rationale

Apple managed to standardize on a single powerful sound system (CoreAudio) for MacOSX which makes almost all users happy, ranging from normal day-to-day desktop users to gamers, to professional audio people. We should be able to provide the same on Linux. PulseAudio can currently provide the functionality at least partially, with the only notable exception being pro audio. PulseAudio is a modular sound server, kind of an "application server" for audio. Beyond the obvious sound mixing functionality it offers advanced audio features like "desktop bling", hot-plug support, transparent network audio, hot moving of playback streams between audio devices, seperate volume adjustments for all playback or record streams, very low latency, very precise latency estimation (even over the network), a modern zero-copy memory management , a wide range of extension modules, availability for many operating system, compatibility with 90% of all currently available audio applications for Linux in one way or another.

In the future it is expected that PulseAudio will extend to professional audio stuff, entering JACK's current application area. This however is not relevant for the implementation of this spec, at least at this time.

Use cases

L. wants to play a video and a background music track at the same time, without any special setup and hassles but with lip-sync audio.

L. wants to transparently playback local audio on a remote machine.

L. wants to move the currently played back stream from the internal soundcard of his laptop to the USB headset he just plugged in, without any interruption in playback and with only minor clicking on the UI.

L. wants that the operation described in the previous paragraph is done automatically by the sound system if he plugs in his USB headset.

L. wants to control the volume for each playback stream separately, selecting the right mixer track based on the song name.

L. wants to merge his two stereo sound cards into a single 4 channel surround sound card.

L. wants that his MP3 music is always played at half the volume but Ekiga's voice stream at the full volume level.

L. wants to browse for the audio devices on the network and use them much the same way he already uses the shared network printers.

L. wants to move the local audio stream which is played by his bedroom's computer without interruption to the computer in the kitchen.

L. wants to multicast audio from his laptop to all machines in his network.

L. wants mixed audio but still low enough latencies for voip.

L. wants proper audio on his LTSP thin clients.

L. wants a pony

L. wants world domination

And lots and lots of other use cases...

Scope

Design

Implementation

Code

Data preservation and migration

Unresolved issues

BoF agenda and discussion


CategorySpec