Skip to content

Commit 25f3d58

Browse files
authored
Merge pull request #180 from OpenVoiceOS/feat/add_tts_when_catalan
[ansible/venv] Add Matxa TTS when Catalan detected
2 parents 3e9f8db + e143365 commit 25f3d58

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ansible/roles/ovos_installer/templates/virtualenv/core-requirements.txt.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ ovos-PHAL[linux]
66
ovos-phal-plugin-ipgeo
77
ovos-tts-plugin-polly
88

9+
{% if ovos_installer_locale == "ca-es" %}
10+
ovos-tts-plugin-matxa-multispeaker-cat
11+
{% endif %}
12+
913
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
1014
ovos-audio-transformer-plugin-ggwave
1115
{% endif %}

ansible/roles/ovos_installer/templates/virtualenv/satellite-requirements.txt.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ ovos-PHAL[linux]
66
ovos-phal-plugin-ipgeo
77
ovos-tts-plugin-polly
88

9+
{% if ovos_installer_locale == "ca-es" %}
10+
ovos-tts-plugin-matxa-multispeaker-cat
11+
{% endif %}
12+
913
{% if ovos_installer_cpu_is_capable | bool %}
1014
ovos-dinkum-listener[onnx]
1115
{% endif %}

0 commit comments

Comments
 (0)