start-pulseaudio-x11
PulseAudio sound server
Install
- All systems
-
curl cmd.cat/start-pulseaudio-x11.sh
- Debian
-
apt-get install pulseaudio
- Ubuntu
-
apt-get install pulseaudio
- Alpine
-
apk add pulseaudio
- Arch Linux
-
pacman -S pulseaudio
- Kali Linux
-
apt-get install pulseaudio
- CentOS
-
yum install pulseaudio-module-x11
- Fedora
-
dnf install pulseaudio-module-x11
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pulseaudio
- OS X
-
brew install pulseaudio
- Raspbian
-
apt-get install pulseaudio
- Dockerfile
- dockerfile.run/start-pulseaudio-x11
- Docker
-
docker run cmd.cat/start-pulseaudio-x11 start-pulseaudio-x11
powered by Commando
pulseaudio
PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. These are some of PulseAudio's features: * High quality software mixing of multiple audio streams with support for more than one sink/source. May be used to combine multiple sound cards into one (with sample rate adjustment). * Wide range of supported client libraries. ESD, ALSA, oss, libao and GStreamer client applications are supported as-is. Native PulseAudio plug-ins are also available for xmms and mplayer. * Good low latency behaviour and very accurate latency measurement for playback and recording. Ability to fully synchronize multiple playback streams. * Network transparency, allowing an application to play back or record audio on a different machine than the one it is running on. * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp lirc and avahi, just to name a few. This package contains the daemon and basic module set.
pulseaudio-module-x11
X11 module for PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. This module enables PulseAudio to publish itself as the default sound server to the X11 root window automatically upon startup. There is also a module to playback a sound file in place of the X11 bell beep. The modules are called module-x11-publish and module-x11-bell.