-
Notifications
You must be signed in to change notification settings - Fork 29
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
Missing informations #3
Comments
EDIT : Tried with program2.cs Is null. |
I'm assuming that you are running a console program. Make sure that you have Models directory in Debug folder |
Well, I forgot to mention the basic informations indeed : Yes the file are in the right folder and correctly loaded. The problem might be linked to either :
|
Have you tried the samples? https://github.com/SynHub/syn-speech-samples. Its written for old version of the Syn Speech. You will have to change the code a bit. It worked for me when I tested it a week ago. |
Hi,
I would like first to thank you for your work.
I'm trying to see the result, but unfortunately, I can't find any test result, publication, etc.
So far, I implemented your library and I'm trying to use it.
However, when I'm running the following line :
_recognizer.StartRecognition(new FileStream(Path.Combine(audioDirectory, "1.wav"), FileMode.Open));
It's freezing. I couldn't find the robot.wav you're mentionning, so I guess you created it.
My file is a WAV signed 16-bit PCM.
Regards
The text was updated successfully, but these errors were encountered: