Support vits models from piper (#390)

This commit is contained in:
Fangjun Kuang
2023-10-26 14:10:24 +08:00
committed by GitHub
parent a8fed2a9ce
commit 44512858d6
5 changed files with 130 additions and 49 deletions

View File

@@ -47,6 +47,7 @@ class OfflineTtsVitsModel {
std::string Punctuations() const;
std::string Language() const;
bool IsPiper() const;
int32_t NumSpeakers() const;
private: