home-assistant / intents

Intents to be used with Home Assistant
https://developers.home-assistant.io/docs/voice/overview/
Creative Commons Attribution 4.0 International
455 stars 519 forks source link

Add more speech to text options to the pipeline. #1386

Open Ahmed-farag36 opened 1 year ago

Ahmed-farag36 commented 1 year ago

I was wondering if it possible to add more speech to text services to the pipeline since Whisper is so good with English language but not as much with Arabic language. so can I add for example google translate (same as using it with text to speech) to transcribe and translate my voice then send it to Home Assistant to handle the intents. of course, it won't run locally but till Whisper model gain more skills with Arabic language.

tetele commented 1 year ago

Would this do? https://github.com/chatziko/ha-google-cloud-stt

Ahmed-farag36 commented 1 year ago

Thank you I am going to give it a try