Split command executed in a separate file
This commit is contained in:
parent
6f495f4fe1
commit
41f8092419
4 changed files with 15 additions and 6 deletions
9
player/player_pulse.go
Normal file
9
player/player_pulse.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//go:build pulse
|
||||
|
||||
package player
|
||||
|
||||
const (
|
||||
playCommand = "paplay"
|
||||
mixerCard = "pulse"
|
||||
mixerName = "Master"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue