Support VITS models from icefall. (#625)

This commit is contained in:
Fangjun Kuang
2024-03-01 19:48:38 +08:00
committed by GitHub
parent 93836ff451
commit d56964371c
5 changed files with 13 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ struct OfflineTtsVitsModelMetaData {
bool is_piper = false;
bool is_coqui = false;
bool is_icefall = false;
// the following options are for models from coqui-ai/TTS
int32_t blank_id = 0;