Search Criteria
Package Details: osspd 1.3.3-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/osspd.git (read-only, click to copy) |
|---|---|
| Package Base: | osspd |
| Description: | Emulate Open Sound System device(s) using CUSE |
| Upstream URL: | https://github.com/OpenMandrivaSoftware/ossp |
| Keywords: | ossp osspd-pulseaudio pulse-oss pulseaudio-oss |
| Licenses: | GPL-2.0 |
| Submitter: | Damgaldor |
| Maintainer: | Damgaldor |
| Last Packager: | Damgaldor |
| Votes: | 1 |
| Popularity: | 0.43 |
| First Submitted: | 2025-08-16 23:34 (UTC) |
| Last Updated: | 2025-12-09 18:31 (UTC) |
Dependencies (5)
- fuse3 (fuse3-gitAUR)
- pulse-native-provider (pulseaudio-gitAUR, pipewire-pulse-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse, pulseaudio)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
vascofg commented on 2025-12-09 16:49 (UTC)
cmake3is quite big to build and replacescmakesystem wide. Replacingcmake3withcmakeand adding the-DCMAKE_POLICY_VERSION_MINIMUM=3.5to the cmake command seems to have worked fine for meDamgaldor commented on 2025-08-17 00:28 (UTC) (edited on 2025-08-17 01:14 (UTC) by Damgaldor)
To test if it works, you can use
sox <audio_file> -t ossdsp /dev/dsp. Orcat /dev/random > /dev/dspfor some white noise. Be careful, it can be loud.