-
Notifications
You must be signed in to change notification settings - Fork 587
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
JSGF Engine #97
Comments
Here is a demo about JSGF: sphinx4/sphinx4-samples/src/main/java/edu/cmu/sphinx/demo/dialog/DialogDemo.java Lines 132 to 185 in 8707586
The JSGF grammar file it uses: sphinx4/sphinx4-samples/src/main/resources/edu/cmu/sphinx/demo/dialog/dialog.gram Lines 1 to 29 in 8707586
If you are on Windows, you need to edit this file to start the demo: sphinx4/sphinx4-core/src/main/java/edu/cmu/sphinx/api/SpeechSourceProvider.java Lines 15 to 20 in 8707586
// Change the class to this
public class SpeechSourceProvider {
private static final Microphone mic = new Microphone(16000, 16, true, false);
Microphone getMicrophone() {
return mic;
}
} See details for the bug: |
Dear colleagues,
I tried to start JSGF from Sphinx4 library. But I can't find a good demo with grammars and queries to check how it works.
Could you suggest me any instructions for launching JSGF engine?
Regards,
Daria
The text was updated successfully, but these errors were encountered: