TracNav menu
-
Home
- What is it?
- News
-
About PulseAudio
- Details
- Current Status
- Features
- Supported Operating Systems
- Related Software
- Screenshots
- Distributions
- In The Press
-
PulseAudio Community
- Mailing Lists
- IRC
- Tracking
- Patches & Bugs
- People
-
Download PulseAudio
- Requirements
- Source code
- Binaries
- Development Sources
-
Documentation
- First Steps
- The Perfect Setup
- FAQ
- Modules
- Command Line Interface
- Daemon Parameters
- Server Strings
- System-Wide Daemon
-
Developer Documentation
- Developing Clients
- Developing Modules
About PulseAudio
Details
PulseAudio is a networked sound server, similar in theory to the Enlightened Sound Daemon (EsounD). PulseAudio is however much more advanced and has numerous features.
A sound server can serve many functions:
- Software mixing of multiple audio streams, bypassing any restrictions the hardware has.
- Network transparency, allowing an application to play back or record audio on a different machine than the one it is running on.
- Sound API abstraction, alleviating the need for multiple backends in applications to handle the wide diversity of sound systems out there.
- Generic hardware abstraction, giving the possibility of doing things like individual volumes per application.
PulseAudio comes with many plugin modules. All audio from/to clients and audio interfaces goes through modules.
Manuel Amador created a diagram describing how the different parts of PulseAudio play together. (Not all modules are shown.)
PulseAudio clients can send audio to "sinks" and receive audio from "sources". A client can be GStreamer, xinelib, MPlayer or any other audio application. Only the device drivers/audio interfaces can be either sources or sinks (they are often hardware in- and out-puts).
Current Status
The PulseAudio daemon and utilities are still under heavy development. Although they are generally considered stable, they haven't seen enough testing to warrant a first completely stable release.
API, ABI and the protocol are considered release worthy so effort is spent to not break these. Application developers should not feel uneasy using the client library at this point.
Features
- Library licensed under LGPL and server daemon under GPL
- Extensible plugin architecture (by loading dynamic loadable modules with dlopen())
- Support for static linking of modules, allowing a single binary for all your needs
- Module autoloading
- Support for more than one sink/source
- Good low latency behaviour
- Very accurate latency measurement for playback and recording.
- Client side latency interpolation
- Embeddable into other software (the core is available as C library)
- Completely asynchronous C API, complemented by two synchronous variants for simple use in synchronous applications
- Simple command line interface for reconfiguring the daemon while running
- Flexible, implicit sample type conversion and resampling
- "Zero-Copy" architecture
- May be used to combine multiple sound cards to one (with sample rate adjustment)
- Ability to fully synchronize multiple playback streams
PulseAudio is intended to provide lower latency than the software mixers dmix and esd.
Supported Operating Systems
- Linux (any modern distribution)
- Solaris
- FreeBSD
- Native Win32 (no cygwin)
Related Software
The following auxiliary GUI tools have been developed for PulseAudio:
- PulseAudio Volume Control
- PulseAudio Volume Meter
- PulseAudio Manager
- PulseAudio Device Chooser
- PulseAudio Preferences
The following plugins for third-party software have been developed:
- xmms-pulse - PulseAudio plugin for XMMS
- libao-pulse - PulseAudio plugin for libao
- gst-pulse - PulseAudio plugin for GStreamer in gst-plugins-good
The following third-party software also has support for PulseAudio:
- ALSA (in alsa-plugins: README)
- MPD (supported in svn as of revision 4316)
- MPlayer (with this patch)
- xine versions 1.1.3 and greater.
- SXEmacs since 22.1.3
Screenshots
Since PulseAudio is a daemon process that sits in the background it's difficult to make a screenshot of it. However we can provide you with a screenshot of the auxiliary tools mentioned above:
http://0pointer.de/public/pulse-screenshot-small.png
(For the full size image follow this link.)
Distributions
PulseAudio is currently available in the following distributions:
- ALT Linux Sisyphus; for more information, see ALT Linux Sisyphus and PulseAudio (in Russian, only)
- ArchLinux - has a nice Wiki page
- Debian
- Ubuntu (Enabled by default in Ubuntu 8.04.)
- Fedora (Enabled by default in Core 8)
- Gentoo
- Lunar Linux
- Mandriva (Enabled by default in Mandriva 2008.1)
- OpenEmbedded
- OpenSUSE Factory
- FreeBSD
Earlier versions of PulseAudio, then known as Polypaudio, can be found in quite a few distributions:
