Increase speech speed
This commit is contained in:
parent
0db5f3f7a3
commit
4ff49b9b45
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue