vosk-android-demo icon indicating copy to clipboard operation
vosk-android-demo copied to clipboard

Could I use wake-up word to start recognizing?

Open Shawn-Qian opened this issue 3 years ago • 1 comments

How to use the wake-up word?

Shawn-Qian avatar Dec 31 '21 06:12 Shawn-Qian

It seems like this is a privilege of system apps :(

The impact of these changes is as follows:

  • Nonsystem apps using the AlwaysOnHotwordDetector class fail to compile against the Android 12 API because the API was removed from the public surface.
  • Existing system apps using the AlwaysOnHotwordDetector class might be denied from using sound trigger features at runtime. To address this issue and allow these apps to access the microphone through sound trigger, declare the RECORD_AUDIO and CAPTURE_AUDIO_HOTWORD permissions for these apps.

https://source.android.com/setup/start/android-12-release#alwaysonhotworddetector

WuerfelDev avatar Feb 20 '22 15:02 WuerfelDev