-
Notifications
You must be signed in to change notification settings - Fork 343
'StartCorrectedSpeechRequest' Handling #86
Comments
I've noticed that if you correct a speech item, it hangs and keeps your onscreen keyboard open, the only way for me to resolve it is to hold down the power button and immediately cancel. |
:( |
I modified the code and now my siri proxy handled "StartCorrectedSpeechRequest". |
@r2pimimm A pull request or a download link would be nice... |
In lib/siriproxy/interpret_siri.rb
In lib/siriproxy/connection.rb
I don't remember, maybe I changed more lines, but this work. |
It appears that 'StartCorrectedSpeechRequest' objects are not being handled by SiriProxy.
This object is sent when a user speaks a command, siri responds, and the original command is edited inline by scrolling up and touching on it to edit the command.
Things I've noticed:
The text was updated successfully, but these errors were encountered: