mSparks43 / XPlane-11-AutoATC-plugin

C/C++ Source code for Xplane AutoATC plugin
GNU Lesser General Public License v3.0
16 stars 7 forks source link

App: Offline Speech Recognition fails silently (Pixel 7 Pro) #103

Open gcWorld opened 5 months ago

gcWorld commented 5 months ago

Hi, App Version: 1.0.8.1 Android 14

The online voice recognition works fine. But checking the option for "Offline Recognition" results in the following behaviour: e.g. in the Auto Correction interface, pressing and holding the Train button and saying the word results in no feedback. With offline recognition turned off this results in the recognised word being displayed.

The Google Speech Recognition & Synthesis app is installed and up to date. The Recorder app is able to transcribe voice offline. Any ideas what the issue might be?

mSparks43 commented 5 months ago

The other one that seems to need to be installed and up to date is https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox

offline recognition is a service provided by the phone (some even have silicon dedicated to it), the checkbox makes it call EXTRA_PREFER_OFFLINE before starting the service, if the above doesn't solve it (hopefully it does) this is probably worth filing with google, because no information provided on why it fails (hence the "silently")

pixel feedback looks like its provided here: https://support.google.com/pixelphone/answer/6398243?hl=en