Skip to content
Snippets Groups Projects
Commit 87438dfc authored by David Trattnig's avatar David Trattnig
Browse files

feat(make): add pulse audio commands

parent 97ff5cf7
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ help::
$(call docker_help)
@echo " audio.pa.start - start pulseaudio server"
@echo " audio.pa.stop - stop pulseaudio server"
@echo " audio.pa.status - status of pulseaudio server"
@echo " audio.pa.ctrl - ui for pulseaudio server"
# Settings
......@@ -84,5 +86,8 @@ audio.pa.stop::
systemctl --user stop pulseaudio.socket
systemctl --user stop pulseaudio.service
audio.pa.status:
pactl list
\ No newline at end of file
audio.pa.status::
pactl list
audio.pa.ctrl::
pavucontrol
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment