Split command executed in a separate file

This commit is contained in:
nemunaire 2024-06-18 18:08:26 +02:00
commit 41f8092419
4 changed files with 15 additions and 6 deletions

9
player/player_pulse.go Normal file
View file

@ -0,0 +1,9 @@
//go:build pulse
package player
const (
playCommand = "paplay"
mixerCard = "pulse"
mixerName = "Master"
)