reza
(reza)
November 3, 2020, 5:36pm
1
Hello . When I downloaded deepspeech and run it on Windows, it unfortunately turned bad speech into text.
For example, when I say:
HI ----> i
you are ->you are
hello -> halow
How can I increase the accuracy or efficiency of speech to text conversion?
I just want to use only the Deep Speech model and I do not want to teach on any datasets? Is there a way or not?
When I say a word through a microphone, do I already have to make certain settings in the Windows environment?..
othiele
(Olaf Thiele)
November 3, 2020, 7:38pm
2
The current model is bad with accents other than US English. Try a snippet from youtube to test the model if you think this might be the cause. Otherwise use wav files to make debugging easier.
1 Like
reza
(reza)
November 4, 2020, 4:39am
3
thank you . Do I need to make any special settings for the microphone in Windows?
For example, how many bits and how many channels and how many hertz?
othiele
(Olaf Thiele)
November 4, 2020, 7:15am
4
Please make the effort to search before you post, this is a really common question.
We are happy for every new user of DeepSpeech. As it is under active development, stuff changes quickly and you might have problems running it. We are here to help and might point to this thread if needed
Please do the following before posting:
Search this forum or Google for your problem
Read the documentation for your version here
Check the new Playbook on how to use DeepSpeech
Check Github issues for more technical problems
If you still struggle, feel free to open a new t…