[FIXED]Streaming audio error

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?

rec is part of the sox package.

1 Like

Yep, installing sox fixed it. Thanks!

Feel free to send PR if the docs are not clear enough