go-speak
go-speak copied to clipboard
rec not found in path
I wanted to try continuous recognition, however, I have this error when I run go run main.go
2017/11/26 14:22:15 exec: "rec": executable file not found in $PATH
exit status 1
How am I supposed to run continuous recognition?
Hey! Sorry, I should have listed sox as a dependency in the README. I haven't been updating this project in a while unfortunately :( been busy with school. I hope to get back to it in the near future though.
On mac it can be installed with
$ brew install sox
On linux
$ sudo apt-get install sox
On windows, I'm not too sure, but maybe check out this link: http://sox.sourceforge.net/
but then there's no rec
file in the sox installation directory?