futo-org / voice-input

Issue tracker for Voice Input
91 stars 0 forks source link

Can't set as default speech to text #32

Open russianspy1234 opened 10 months ago

russianspy1234 commented 10 months ago

If I try to change my default I see the icon with no app name like this Screenshot_20231121-124028_1.png

If I select it anyways my default changes to none Screenshot_20231121-124050_1.png

Using a rooted xperia 1 iii on android 13 and version 1.2.5 of this app

abb128 commented 10 months ago

That Android setting is to select the default SpeechRecognizer service. It's not really used by many apps so this isn't implemented by FUTO Voice Input (issue #7). Since it's not used by many apps, this setting doesn't have much significance. More often, apps use the ACTION_RECOGNIZE_SPEECH intent or, in the case of keyboards, switching to a Voice IME, both of which are implemented by FUTO Voice Input, and this setting doesn't have any effect on the defaults of either of those AFAIK.

russianspy1234 commented 10 months ago

I'm using openkeyboard and yeah it does seem to work as you said. I just got worried because disabling Google seemed to cause some issues but they seem to have been temporary.

bugQ commented 3 months ago

That Android setting is to select the default SpeechRecognizer service. It's not really used by many apps so this isn't implemented by FUTO Voice Input (issue #7). Since it's not used by many apps, this setting doesn't have much significance.

Well, this setting is used by Duolingo and Signal, which seems pretty significant. Issue #7 seems to have attracted more comments with more examples.

Speaking of which, is this technically a duplicate of #7?