CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
4 stars 1 forks source link

Native Android STT errors out with error_language_not_supported #15

Closed MrCsabaToth closed 2 months ago

MrCsabaToth commented 2 months ago

Haven't been able to figure out yet, filed an issue https://github.com/csdcorp/speech_to_text/issues/541

The language I'm configuring is the system default locale STT itself reports: en_US

MrCsabaToth commented 2 months ago

Also discovered https://github.com/csdcorp/speech_to_text/issues/542

MrCsabaToth commented 2 months ago

Turns out the reason for the error is the onDevice: true in the SpeechListenOptions. When I set that true I receive the error, while when it is false STT works. I'm not sure how to get it working onDevice: true, but as a workaround we'll eliminate that possibility: we'll unify the native and the remote settings. Essentially non of the options will be full off-line: