-
Does Here's the output of {
"b": 0.000, "d": 1.220, "p": 0.305, "t": "alpha two",
"w": [
{ "b": 0.000, "d": 0.010, "p": 1.000, "t": "<s>" },
{ "b": 0.000, "d": 0.190, "p": 0.333, "t": "<sil>" },
{ "b": 0.190, "d": 0.380, "p": 0.961, "t": "alpha" },
{ "b": 0.570, "d": 0.650, "p": 1.000, "t": "two" },
{ "b": 1.210, "d": 0.010, "p": 1.000, "t": "</s>" }
]
} Now here's the output of
None of the words it recognized in live mode are in the JSGF grammar I wrote, which is as follows:
Edit to add: I tried |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I figured it out. I didn't realize, but the I think I can work further from that now. |
Beta Was this translation helpful? Give feedback.
-
Hi! Unfortunately I was away for the weekend before I could answer, but I'm glad you figured it out. As you discovered, |
Beta Was this translation helpful? Give feedback.
I figured it out. I didn't realize, but the
live_pulseaudio
example does not use the config parameters at all!When I manually edited the source to set the configs directly to use my JSGF file, it worked as expected.
I think I can work further from that now.