androidthings / sample-googleassistant

Google Assistant API sample for Android Things
Apache License 2.0
466 stars 147 forks source link

How can I get this demo to support saying that Hey Google wakes up Google assistants? #91

Closed 2014james closed 5 years ago

2014james commented 5 years ago

How can I get this demo to support saying that Hey Google wakes up Google assistants? My project does not need any action, just wake up, talk and chat. What can I do?

Fleker commented 5 years ago

Hotword detection is not available in this project. You would need to implement your own hotword detection.

2014james commented 5 years ago

@Fleker hello,I have a question. I see Google action in https://development.google.com/actions/extension-the-assistant. It has Hey Google wake-up function. This is exactly what I want. But I haven't seen any instructions and sample codes about Android in the introduction. Only JS code. Thank you?

Fleker commented 5 years ago

That's different. That documentation is about Actions on Google, not for the Assistant SDK.

2014james commented 5 years ago

@Fleker Hello, I want to implement the same voice functions as Google App, such as Hey Google wake-up, voice dialogue, chat and so on. What technology can I use to develop it?

Fleker commented 5 years ago

You would need to look at third-party hotword libraries. Porcupine is one, although I haven't used it myself.

2014james commented 5 years ago

thanks,Does Google have no voice wake-up technology or SDK?

Fleker commented 5 years ago

There is no such library for developers to use on Android Things provided by Google.