secretsauceai / secret_sauce_ai

Secret Sauce AI: a coordinated community of tech minded AI enthusiasts
Apache License 2.0
65 stars 5 forks source link

Android Wake Word #13

Open secretsauceai opened 3 years ago

secretsauceai commented 3 years ago

In order for the wake word to work on Android we need:

hobbycommandline commented 2 years ago

Unless I read wrong that permission goes through voice interaction service and thus would make only the system Digital Assistant able to use it, eventually ending up in the private AlwaysOnHotwordDetector https://stackoverflow.com/questions/26834163/example-of-alwaysonhotworddetector-in-android hot words should be accessible to user space applications, with permissions set by the user in a config panel, not reserved by the system.

Tadashi-Hikari commented 1 year ago

I already have the code for some of this written up. I've done the Android BIND_VOICE_INTERACTION and had the app show as an available Voice Assistant/Voice recording application.

I'm happy to walk some people through the code.