Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pixelle_video/tts_voices.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,19 @@
"locale": "es-ES",
"gender": "female"
},
# Vietnamese voices
{
"id": "vi-VN-HoaiMyNeural",
"label_key": "tts.voice.vi_VN_HoaiMyNeural",
"locale": "vi-VN",
"gender": "female"
},
{
"id": "vi-VN-NamMinhNeural",
"label_key": "tts.voice.vi_VN_NamMinhNeural",
"locale": "vi-VN",
"gender": "male"
},
]


Expand Down
2 changes: 2 additions & 0 deletions web/i18n/locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
"tts.voice.tr-TR-EmelNeural": "TR Female-Friendly(Emel)",
"tts.voice.es-ES-AlvaroNeural": "ES Male-Friendly(Alvaro)",
"tts.voice.es-ES-ElviraNeural": "ES Female-Friendly(Elvira)",
"tts.voice.vi_VN_HoaiMyNeural": "VI Female-Gentle (Hoai My)",
"tts.voice.vi_VN_NamMinhNeural": "VI Male-Professional (Nam Minh)",
"tts.selector": "Workflow Selection",
"tts.what": "Converts narration text to natural human-like speech (some workflows support reference audio for voice cloning)",
"tts.how": "Place the exported tts_xxx.json workflow file(API format) into the workflows/selfhost/ folder (for local ComfyUI) or the workflows/runninghub/ folder (for cloud)",
Expand Down
Loading