georgezhao2010 / apple_airplayer

Make your AirPlay devices as TTS speakers
MIT License
130 stars 17 forks source link

TTS language #23

Closed alex-berezin closed 2 years ago

alex-berezin commented 2 years ago

Hi George!

Is there a possibility to somehow set a language for TTS? My HomePod mini is set up for the Russian language but TTS plays only in English.

Holovin commented 2 years ago

In configuaration.yaml:

tts:
  - platform: google_translate
    language: "ru"
alex-berezin commented 2 years ago

Great, thank you!