-
Hello, Thank you for having me. I am new to python and coqui and STT but am looking to get some experience using coqui to deploy on a project I am trying. I already ran the model manager and it looks very cool. Is there a way to feed an audio file to coqui for STT? If so, can you please share instructions? Please be gentle, I am new to all of this. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
wasertech
Jan 19, 2023
Replies: 1 comment
-
Sure the basic command is: stt --model output_graph.tflite --scorer kenlm.scorer --audio audio.wav You audio file must be in WAV format 16 bit signed interger with 16K Hz sample rate. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wasertech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure the basic command is:
You audio file must be in WAV format 16 bit signed interger with 16K Hz sample rate.