osspd
OSS Proxy Daemon: Userland OSS emulation
Install
- All systems
-
curl cmd.cat/osspd.sh
- Debian
-
apt-get install osspd
- Ubuntu
-
apt-get install osspd
- Arch Linux
-
pacman -S osspd
- Kali Linux
-
apt-get install osspd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install osspd
- Raspbian
-
apt-get install osspd
- Dockerfile
- dockerfile.run/osspd
osspd
OSS Proxy Daemon: Userland OSS emulation
OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and /dev/mixer) implementation using CUSE. Currently it supports forwarding OSS sound streams to PulseAudio and ALSA. Actually emulating the OSS devices makes for a more robust emulation compared to OSS wrappers using LD_PRELOAD, like aoss and padsp. It also works better when running foreign-architecture applications or using old libc versions for compatibility reasons.