hudson
(Hudson)
1
When using the code from the Streaming RNNs in TensorFlow article(https://hacks.mozilla.org/2018/09/speech-recognition-deepspeech/), I get this error:
“No such file or directory: ‘rec’: ‘rec’”
I suspect that this error is coming from the “shlex.split('rec”
(My microphone is plugged in)
Any ideas?
reuben
2
rec
is part of the sox package.
1 Like
hudson
(Hudson)
3
Yep, installing sox fixed it. Thanks!
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
4
Feel free to send PR if the docs are not clear enough