Validate input sid (#369)

This commit is contained in:
Fangjun Kuang
2023-10-18 14:02:01 +08:00
committed by GitHub
parent 1ee79e3ff5
commit 8545c3b7f0
8 changed files with 51 additions and 14 deletions

View File

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