Skip to content

Commit

Permalink
Merge pull request #180 from OpenVoiceOS/feat/add_tts_when_catalan
Browse files Browse the repository at this point in the history
[ansible/venv] Add Matxa TTS when Catalan detected
  • Loading branch information
goldyfruit authored Oct 11, 2024
2 parents 3e9f8db + e143365 commit 25f3d58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ ovos-PHAL[linux]
ovos-phal-plugin-ipgeo
ovos-tts-plugin-polly

{% if ovos_installer_locale == "ca-es" %}
ovos-tts-plugin-matxa-multispeaker-cat
{% endif %}

{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
ovos-audio-transformer-plugin-ggwave
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ ovos-PHAL[linux]
ovos-phal-plugin-ipgeo
ovos-tts-plugin-polly

{% if ovos_installer_locale == "ca-es" %}
ovos-tts-plugin-matxa-multispeaker-cat
{% endif %}

{% if ovos_installer_cpu_is_capable | bool %}
ovos-dinkum-listener[onnx]
{% endif %}
Expand Down

0 comments on commit 25f3d58

Please sign in to comment.