Increase speech speed

This commit is contained in:
nemunaire 2018-10-20 02:06:04 +02:00
parent 0db5f3f7a3
commit 4ff49b9b45
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func main() {
go func() {
for {
cmd := exec.Command("espeak", "-z", "-m")
cmd := exec.Command("espeak", "-z", "-m", "-s", "190")
if in, err := cmd.StdinPipe(); err != nil {
log.Fatal("Unable to create pipe to espeak:", err)
} else {