stts-se / chromedictator

Demo app for testing Google Chrome's ASR API
MIT License
0 stars 0 forks source link

What to do when the recogniser doesn't recognise anything? #37

Open HannaLindgren opened 5 years ago

HannaLindgren commented 5 years ago

If there is no speech, the recogniser will not produce a result. And then the utterance is not added to the above "saved text" pane (and no .rec file on server).

But the server will still save the (probably silent) audio file.

Is this correct? The user can still edit the textarea and add/save manually.