We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to get spchcat working on my raspberry pi. When running the command it is printing in the console this:
TensorFlow: v2.3.0-14-g4bdd3955115 Coqui STT: v1.1.0-0-gf3605e23
and shortly after the console clears and displays eddie with no audio input? When I speak nothing appears in the console.
eddie
The text was updated successfully, but these errors were encountered:
I am also trying to get spchcat working on my raspberry pi 4. When I try running
spchcat
with no arguments, I get this:
spchcat: error while loading shared libraries: libsox.so.3: cannot open shared object file: No such file or directory
Sorry, something went wrong.
I am also trying to get spchcat working on my raspberry pi 4. When I try running spchcat with no arguments, I get this: spchcat: error while loading shared libraries: libsox.so.3: cannot open shared object file: No such file or directory
I got it too
but after I ran sudo apt-get install libsox-dev it worked.
sudo apt-get install libsox-dev
No branches or pull requests
I am trying to get spchcat working on my raspberry pi. When running the command it is printing in the console this:
and shortly after the console clears and displays
eddie
with no audio input? When I speak nothing appears in the console.The text was updated successfully, but these errors were encountered: