On Microsoft Windows, PulseAudio runs in Windows Subsystem for Linux.
The NT kernel was previously supported via MinGW (an implementation of the GNU toolchain, which includes various tools such as GCC and binutils). The NT kernel port has not been updated since 2011, however.7
In broad terms ALSA is a kernel subsystem that provides the sound hardware driver, and PulseAudio is the interface engine between applications and ALSA. However, its use is not mandatory and audio can still be played and mixed together without PulseAudio.
PulseAudio acts as a sound server, where a background process accepting sound input from one or more sources (processes, capture devices, etc.) is created. The background process then redirects these sound sources to one or more sinks (sound cards, remote network PulseAudio servers, or other processes).8
One of the goals of PulseAudio is to reroute all sound streams through it, including those from processes that attempt to directly access the hardware (like legacy OSS applications). PulseAudio achieves this by providing adapters to applications using other audio systems, like aRts and ESD.
In a typical installation scenario under Linux, the user configures ALSA to use a virtual device provided by PulseAudio. Thus, applications using ALSA will output sound to PulseAudio, which then uses ALSA itself to access the real sound card. PulseAudio also provides its own native interface to applications that want to support PulseAudio directly, as well as a legacy interface for ESD applications, making it suitable as a drop-in replacement for ESD.
For OSS applications, PulseAudio provides the padsp utility, which replaces device files such as /dev/dsp, tricking the applications into believing that they have exclusive control over the sound card. In reality, their output is rerouted through PulseAudio.
libcanberra is an abstract API for desktop event sounds and a total replacement for the "PulseAudio sample cache API":
libSydney is a total replacement for the "PulseAudio streaming API", and plans have been made for libSydney to eventually become the only audio API used in PulseAudio.12
The main PulseAudio features include:13
PulseAudio first appeared for regular users in Fedora Linux, starting with version 8,16 then was adopted by major Linux distributions such as Ubuntu, Debian,17 Mandriva Linux, and openSUSE. There is support for PulseAudio in the GNOME project, and also in KDE, as it is integrated into Plasma Workspaces, adding support to Phonon (the KDE multimedia framework) and KMix (the integrated mixer application) as well as a "Speaker Setup" GUI to aid the configuration of multi-channel speakers. PulseAudio is also available in the Illumos distribution OpenIndiana, and enabled by default in its MATE desktop environment.
Various Linux-based mobile devices, including Nokia N900, Nokia N9 and the Palm Pre18 use PulseAudio.
Tizen, an open-source mobile operating system, which is a project of the Linux Foundation and is governed by a Technical Steering Group (TSG) composed of Intel and Samsung, uses PulseAudio.
JACK is a sound server that provides real-time, low-latency (i.e. 5 milliseconds or less) audio performance and, since JACK2, supports efficient load balancing by utilizing symmetric multiprocessing; that is, the load of all audio clients can be distributed among several processors. JACK is the preferred sound server for professional audio applications such as Ardour, ReZound, and LinuxSampler; multiple free audio-production distributions use it as the default audio server.
It is possible for JACK and PulseAudio to coexist: while JACK is running, PulseAudio can automatically connect itself as a JACK client, allowing PulseAudio clients to make and record sound at the same time as JACK clients.34
PipeWire is an audio and video server that "aims to support the use cases currently handled by both PulseAudio and Jack".3536
Before JACK and PulseAudio, sound on these systems was managed by multi-purpose integrated audio solutions. These solutions do not fully cover the mixing and sound streaming process, but they are still used by JACK and PulseAudio to send the final audio stream to the sound card.
"SupportedAudioFormats". www.freedesktop.org. Retrieved 13 May 2023. https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SupportedAudioFormats/ ↩
"License", PulseAudio git, Free desktop, archived from the original on 4 March 2014, retrieved 16 June 2011 https://web.archive.org/web/20140304220414/http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/LICENSE ↩
The Project Formerly Known as Polypaudio http://0pointer.de/blog/projects/pulse.html ↩
"Changes/DefaultPipeWire - Fedora Project Wiki". fedoraproject.org. Retrieved 13 February 2023. https://fedoraproject.org/wiki/Changes/DefaultPipeWire ↩
Sneddon, Joey (22 May 2022). "Ubuntu 22.10 Makes PipeWire Default for Audio". OMG! Ubuntu!. Retrieved 13 February 2023. https://www.omgubuntu.co.uk/2022/05/ubuntu-22-10-makes-pipewire-default ↩
"Debian 12 Switches To PipeWire & WirePlumber By Default With The GNOME Desktop". www.phoronix.com. Retrieved 13 February 2023. https://www.phoronix.com/news/Debian-12-PipeWire ↩
PulseAudio on Windows https://www.freedesktop.org/wiki/Software/PulseAudio/Ports/Windows/Support/ ↩
"About", PulseAudio, Free desktop, retrieved 11 March 2013 http://www.freedesktop.org/wiki/Software/PulseAudio/About ↩
"Debian -- Package Search Results -- libcanberra". packages.debian.org. https://packages.debian.org/libcanberra ↩
"Debian -- Package Search Results -- libasound". packages.debian.org. https://packages.debian.org/libasound ↩
"Debian -- Package Search Results -- libcanberra-pulse". packages.debian.org. https://packages.debian.org/libcanberra-pulse ↩
Poettering, Lennart (8 February 2007). "FOMS/LCA Recap". 0pointer.de. Retrieved 13 March 2017. http://0pointer.de/blog/projects/foms-lca-recap.html ↩
Poettering, Lennart, "Interviews", Fedora Project, Red Hat, retrieved 3 July 2009 https://fedoraproject.org/wiki/Interviews/LennartPoettering ↩
Pulse Audio wiki, PulseAudio, archived from the original on 31 August 2009, retrieved 19 July 2009 https://web.archive.org/web/20090831054457/http://fedoraproject.org/wiki/Interviews/LennartPoettering#ThirdPartyApplications ↩
"LPC: Linux audio: it's a mess [LWN.net]". 18 September 2008. Retrieved 11 July 2019. https://lwn.net/Articles/299211/ ↩
PulseAudio, Debian, archived from the original (wiki) on 9 November 2013, retrieved 9 November 2013 https://web.archive.org/web/20131109124458/https://wiki.debian.org/en/PulseAudio ↩
"Open source identity: PulseAudio creator Lennart Poettering", TechWorld, 8 October 2009 http://www.techworld.com.au/article/320807/open_source_identity_pulseaudio_creator_lennart_poettering ↩
Poettering, Lennart (25 September 2004). "Writing a PortAudio driver". audio.portaudio.devel. git.net. Retrieved 28 February 2017. http://git.net/ml/audio.portaudio.devel/2004-10/threads.html ↩
Poettering, Lennart. "PulseAudio is now enabled by default on new Fedora installs". Fedora Development ML. Red Hat. Retrieved 1 March 2017. https://www.redhat.com/archives/fedora-devel-list/2007-August/msg01196.html ↩
"Features: Glitch-free Audio". Fedora Project Wiki. Retrieved 28 February 2017. https://fedoraproject.org/wiki/Features/GlitchFreeAudio ↩
Poettering, Lennart. "Alsa Issues". PulseAudio - Trac. Archived from the original on 16 October 2008. Retrieved 28 February 2017. https://web.archive.org/web/20081016070622/http://pulseaudio.org/wiki/AlsaIssues ↩
LPC: Linux audio: it's a mess, LWN, 18 September 2008, archived from the original on 1 September 2009, retrieved 3 July 2009 https://lwn.net/Articles/299211/ ↩
Lennart Poettering (18 July 2008), PulseAudio FUD, 0pointer.de, archived from the original on 2 September 2009, retrieved 30 December 2009 http://0pointer.de/blog/projects/jeffrey-stedfast.html ↩
How-to: PulseAudio Fixes & System-Wide Equalizer Support, Ubuntu Forums, 10 May 2008, archived from the original on 1 March 2010, retrieved 18 October 2009 http://ubuntuforums.org/showthread.php?t=789578 ↩
I'll Break Your Audio, Lennart Poettering Blog, 19 October 2009, retrieved 26 December 2009 http://0pointer.de/blog/projects/pa-in-ubuntu.html ↩
No sound after running Flash, YouTube, etc. (pulseaudio solution), Ubuntu Forums, archived from the original on 29 February 2012, retrieved 18 October 2009 http://ubuntuforums.org/showthread.php?t=772632 ↩
PulseAudio, Ubuntu Wiki, archived from the original on 25 February 2011, retrieved 18 October 2009 https://wiki.ubuntu.com/PulseAudio ↩
"Over-optimistic buffering in PulseAudio causes underruns (audible stuttering, pops)". Launchpad. 10 February 2008. Retrieved 9 November 2013. https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/190754 ↩
"46466 - PulseAudio needs a way for the user to set inviolable maximum volume". Bugzilla. Retrieved 6 October 2021. https://bugs.freedesktop.org/show_bug.cgi?id=46466 ↩
"[SOLVED] disabling pulseaudio - Page 3". Linux Questions. Retrieved 6 October 2021. https://www.linuxquestions.org/questions/slackware-14/disabling-pulseaudio-4175563797/page3.html ↩
"Bug #410948 'Volume too loud' : Bugs : pulseaudio package". Ubuntu. 9 August 2009. Retrieved 6 October 2021. https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/410948 ↩
"#837637 - Audio settings often reset to 100% Volume". Debian Bug report logs. Retrieved 6 October 2021. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837637#25 ↩
See “Loadable Modules.” Modules, Freedesktop.org, https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index9h2, retrieved August 28, 2019 https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index9h2 ↩
"PipeWire". pipewire.org. https://pipewire.org/ ↩
"On the Road to Fedora Workstation 31 — Christian F.K. Schaller". 24 June 2019. https://blogs.gnome.org/uraeus/2019/06/24/on-the-road-to-fedora-workstation-31/ ↩
An introduction to Linux sound systems and APIs, Linux.com, 9 August 2004, archived from the original on 19 October 2014, retrieved 23 March 2013, OSS is available not only for Linux but also for BSD OSes and other Unixes. That may be its only advantage, because this system is not very powerful and was officially replaced by ALSA in 2.5 kernels... https://web.archive.org/web/20141019000257/http://archive09.linux.com/articles/113775 ↩
4Front technologies releases the source code for open sound system, Linux PR, 14 June 2007, archived from the original on 8 October 2007, retrieved 8 January 2012. https://web.archive.org/web/20071008104426/http://www.linuxpr.com/releases/9766.html ↩