Support specifying voice in espeak-ng for kokoro tts models. (#1836)

This commit is contained in:
Fangjun Kuang
2025-02-10 19:05:53 +08:00
committed by GitHub
parent d5da9430e8
commit ad883d44fe
4 changed files with 10 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ struct OfflineTtsKokoroModelMetaData {
int32_t version = 1;
int32_t has_espeak = 1;
int32_t max_token_len = 0;
std::string voice;
};
} // namespace sherpa_onnx