Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
796 stars 100 forks source link

More robust handling of HVR API key #1204

Closed felipeerias closed 7 months ago

felipeerias commented 8 months ago

build.gradle will extract the API key from the configuration file for the HVR platform, instead of expecting the developer to copy that value manually.

Catch all exceptions that might arise from SpeechServices.getInstance().

Ensure that we don't try to create the speech recognizer before the API key has been set.