davidfoerster / KaleidOK-examples

KaleidOk invites participants to use a new kind of interactive media tool and take part in an emerging experience which explores speech recognition, media retrieval and visuals generating in a collaborative context (between people, and between people and machines).
http://www.kaleidok.co/
5 stars 0 forks source link

STT can't deal with error messages from Google #18

Closed davidfoerster closed 9 years ago

davidfoerster commented 9 years ago

React gracefully to error messages returned by the web service, depending on whether they indicate a service disruption, invalid data, or simply no result.

davidfoerster commented 9 years ago

Google sends an empty result set, when it found no utterance. STT deals gracefully with that, but the behaviour may need to change, depending on how we want to deal with that situation.

As such, I don't consider this "bug" invalid, until a change is necessary, maybe as an "enhancement".