Skip to content

Commit

Permalink
[ansible/template] Not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Oct 10, 2024
1 parent 92198b6 commit fc50a85
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,5 @@
}
}
{% endif %}
}{% if ovos_installer_profile != "server" %},
"tts": {
"ovos-tts-plugin-server": {
"sentence_tokenize": true,
{% if ovos_installer_locale == "de-de" %}
"voice": "thorsten-low"
{% elif ovos_installer_locale == "en-us" %}
"voice": "ryan-low"
{% elif ovos_installer_locale == "es-es" %}
"voice": "davefx-medium"
{% elif ovos_installer_locale == "fr-fr" %}
"voice": "siwis-medium"
{% elif ovos_installer_locale == "it-it" %}
"voice": "riccardo_fasol-x-low"
{% elif ovos_installer_locale == "nl-nl" %}
"voice": "rdh-medium"
{% elif ovos_installer_locale == "pt-pt" %}
"voice": "tugao-medium"
{% endif %}
}
}
{% endif %}
}

0 comments on commit fc50a85

Please sign in to comment.