Add C++ support for MatchaTTS models not from icefall. (#1834)

This commit is contained in:
Fangjun Kuang
2025-02-10 15:38:29 +08:00
committed by GitHub
parent 7d62ccf1fe
commit 9559a10bd3
5 changed files with 61 additions and 7 deletions

View File

@@ -21,6 +21,8 @@ struct OfflineTtsMatchaModelMetaData {
int32_t has_espeak = 0;
int32_t use_eos_bos = 0;
int32_t pad_id = 0;
std::string voice;
};
} // namespace sherpa_onnx