You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In experimenting with palavar (thank you for this!) I note that the initial character of the results of type or dictation mode are lower case.
More importantly, when I ask it to do a carriage return, I get an error. I don't understand the code yet, but which bit actually matches commands?
Error
'{"status":0,"id":"9e6a6a801618a545686c492d834fc625-1","hypotheses":[{"utterance":"type this is a test.\n","confidence":0.96828884}]}'
is not a recognized command
The text was updated successfully, but these errors were encountered:
I could probably capitalize "this" above by some manipulation with send_speech, but what is the difference between the bash and python version. When is each used?
In experimenting with palavar (thank you for this!) I note that the initial character of the results of
type
or dictation mode are lower case.More importantly, when I ask it to do a carriage return, I get an error. I don't understand the code yet, but which bit actually matches commands?
Error
'{"status":0,"id":"9e6a6a801618a545686c492d834fc625-1","hypotheses":[{"utterance":"type this is a test.\n","confidence":0.96828884}]}'
is not a recognized command
The text was updated successfully, but these errors were encountered: