#Using specific voices (IE en-US Davis (shouting) for node red TTS messages....

1 messages · Page 1 of 1 (latest)

dawn portal
#

Does anybody know how I can change the voice selected dynamically? I can only change the voice by changing the global settings in home assiatant currently (IE HA cloud TTS settings)

Thanks!

stoic matrix
#

This is how the action should look

action: media_player.play_media
target:
  entity_id: media_player.woonkamer
data:
  media_content_id: >-
    media-source://tts/tts.home_assistant_cloud?message=Hello+TheFes%2C+you+can+play+any+text+on+any+supported+media+player%21&language=en-US&voice=AriaNeural%7C%7Cwhispering
  media_content_type: provider

The voice setting is part of the media_content_id