googlesamples / glass-enterprise-samples

Glass Enterprise Edition 2 Samples
Apache License 2.0
123 stars 93 forks source link

Voice Command Notes Sample - doesn't work #25

Closed nicksav closed 4 years ago

nicksav commented 4 years ago

We are not able to make a Notes sample to work. The app runs fine, and mic is working and when adding notes with tap - we can record and get text. But commands dont work. The mic on the bottom left corner showing that there is focus happening, just the app does not fo anything.

We tried: Add Note Add Next

Please advice.

Thanks Nick

nicksav commented 4 years ago

I think we got it. The recognition part is really poor. (especially with non native English speakers). Also we found a bug, when saying 'Next' -> it is actually for some reason making 'Next Next'. 'Add Note'-> for us making 'Ed Note' etc :) Anyway I think it can be better, but at least we can make some workarounds for now.

Another question guys. We came across this interesting project - https://github.com/google/live-transcribe-speech-engine Do you think it is possible to make it working for Glass? Yes we understand that the device needs to be online, but the level of recognition is much better. Please let us know!

jbolinger commented 4 years ago

Hi @nicksav, glad you got it working but sorry to hear about the other troubles. You should be able to use most Android libraries on Glass including that one or the underlying Google Cloud Speech API. The online speech services do have a lot more functionality than what we can currently bring on device.

I'll close this since you got it working, but feel free to open new issues if there's anything more we can do to help.