Skip to content

Commit 8186a3c

Browse files
authored
add a new tts piper model (k2-fsa#927)
1 parent b022597 commit 8186a3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/apk/generate-tts-apk-script.py

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def get_piper_models() -> List[TtsModel]:
125125
TtsModel(model_dir="vits-piper-en_GB-northern_english_male-medium"),
126126
TtsModel(model_dir="vits-piper-en_GB-semaine-medium"),
127127
TtsModel(model_dir="vits-piper-en_GB-southern_english_female-low"),
128+
TtsModel(model_dir="vits-piper-en_GB-southern_english_female-medium"),
128129
TtsModel(model_dir="vits-piper-en_GB-sweetbbak-amy"),
129130
TtsModel(model_dir="vits-piper-en_GB-vctk-medium"),
130131
TtsModel(model_dir="vits-piper-en_US-amy-low"),

0 commit comments

Comments
 (0)