https://github.com/shivasiddharth/pulseaudio-system-wide
Git to help you setup pulse audio as a system wide service. this has been tested and found to work on Raspberry Pi
https://github.com/shivasiddharth/pulseaudio-system-wide
pulseaudio pulseaudio-applications raspberry raspberry-pi
Last synced: about 1 year ago
JSON representation
Git to help you setup pulse audio as a system wide service. this has been tested and found to work on Raspberry Pi
- Host: GitHub
- URL: https://github.com/shivasiddharth/pulseaudio-system-wide
- Owner: shivasiddharth
- License: gpl-3.0
- Created: 2021-04-21T09:25:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T11:02:53.000Z (about 5 years ago)
- Last Synced: 2025-02-01T12:51:14.327Z (over 1 year ago)
- Topics: pulseaudio, pulseaudio-applications, raspberry, raspberry-pi
- Homepage:
- Size: 15.6 KB
- Stars: 25
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PulseAudio-System-Wide
Git to help you setup pulse audio as a system wide service. this has been tested and found to work on Raspberry Pi
## Run the following commands one after another. ```sudo``` should be used only where indicated.
```
sudo apt-get update
sudo apt-get install git
cd /home/${USER}/
git clone https://github.com/shivasiddharth/PulseAudio-System-Wide
cd ./PulseAudio-System-Wide/
sudo cp ./pulseaudio.service /etc/systemd/system/pulseaudio.service
systemctl --system enable pulseaudio.service
systemctl --system start pulseaudio.service
sudo cp ./client.conf /etc/pulse/client.conf
sudo sed -i '/^pulse-access:/ s/$/root,pi/' /etc/group
```
All done. Now you should have PulseAudio as a system service.