home-assistant / android

:iphone: Home Assistant Companion for Android
https://companion.home-assistant.io/
Apache License 2.0
2.34k stars 656 forks source link

Use system's Speech recognition for assistant #4512

Open Jak2k opened 4 months ago

Jak2k commented 4 months ago

Is your feature request related to a problem? Please describe.

I always have to open assistant, click into the text field and start the speech recognition using the button on the keyboard.

Describe the solution you'd like

Start the system's speech recognition on opening assistant.

Describe alternatives you've considered, if any

None

Additional context

Use selected Futo as my system's speech recognition.

jpelgrom commented 4 months ago

The app cannot activate anything on your keyboard. Is your request also fulfilled by #4279 perhaps?

Jak2k commented 4 months ago

The app cannot activate anything on your keyboard.

The keyboard just sends an intent/call and Android api. Other apps like Chromium do the same. This app could do that too.

Is your request also fulfilled by https://github.com/home-assistant/android/issues/4279 perhaps?

That could solve it, as long as it doesn't directly use some Google TTS SDK.