Merged in aplay-treat (pull request #429)

treat: use aplay not omxplayer
This commit is contained in:
Trek Hopton 2020-09-14 06:43:08 +00:00
commit 96a3b130b8
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ import (
"bitbucket.org/ausocean/utils/logger"
)
const audioCmd = "omxplayer"
const audioCmd = "aplay"
func initCommand(l *logger.Logger) { checkPath(audioCmd, l) }