mirror of https://bitbucket.org/ausocean/av.git
Merged in aplay-treat (pull request #429)
treat: use aplay not omxplayer
This commit is contained in:
commit
96a3b130b8
|
@ -33,6 +33,6 @@ import (
|
|||
"bitbucket.org/ausocean/utils/logger"
|
||||
)
|
||||
|
||||
const audioCmd = "omxplayer"
|
||||
const audioCmd = "aplay"
|
||||
|
||||
func initCommand(l *logger.Logger) { checkPath(audioCmd, l) }
|
||||
|
|
Loading…
Reference in New Issue