-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
1.0.0-beta.1 version has low accuracy #40
Comments
Hi. If you are using It you tell me more about your test maybe I can help you improve your results :) |
I think i got the problem
It works now ,but accuracy is still not very high |
Awesome, do you test on a real device? The accuracy can be related to the model you are using. Keep in mind that if you want to use CMUSphinx for something like dictation you need to narrow the LM to some domain to get near to acceptable results. Using a general LM will not work as expected. |
Yes, I test it on real device. I use it to keyword spotting(Chinese Language),the model is download form pocketsphinx package. PS: TLSphinx only output result after speech stop , output keywords immediately when recognize keyword well be useful |
Do you mind open a PR with your changes? I think you may fix #24 witch is a long standing issue 😄 I also add #41 to try to get an hypothesis before the end of speech. I can't get on this now but maybe someone else can. About the low accuracy, how are you performing the test? do you try the same test with |
I write a demo with 1.0.0-beta.1 version. It has low accuracy.
Is it sample rate config problem?
Decorder.swift set input 32bit,44.1khz ,output 16bit,44.1khz
`
`
And in your unittest file:basic.swift testSpeechFromFile() method, goforward.raw is 8K,32bit ,but it pass unittest! why?
The text was updated successfully, but these errors were encountered: