Skip to content

Commit

Permalink
[ansible/conf] Fix sentence_tokenize
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Aug 4, 2024
1 parent 14a1162 commit 872dd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
}{% 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" %}
Expand All @@ -82,8 +83,7 @@
{% elif ovos_installer_locale == "pt-pt" %}
"voice": "tugao-medium"
{% endif %}
},
"sentence_tokenize": true
}
}
{% endif %}
}

0 comments on commit 872dd53

Please sign in to comment.