Buh
This commit is contained in:
parent
45f7860231
commit
d76f543cdb
4
index.js
4
index.js
|
@ -52,8 +52,8 @@ kuma.status(process.env.STATUSPAGE).then((status) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
runCommand(process.env.TTS, statusString).then((output) => {
|
runCommand(process.env.TTS, statusString).then((output) => {
|
||||||
console.log(output)
|
//console.log(output)
|
||||||
//runCommand(`ffmpeg -y -i /tmp/kuma-status.wav -ar 8000 -ac 1 -c:a pcm_s16le /tmp/kuma-status-final.wav`)
|
runCommand(`ffmpeg -y -i /tmp/kuma-status.wav -ar 8000 -ac 1 -c:a pcm_s16le /tmp/kuma-status-final.wav`)
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue