Add --version

This commit is contained in:
Michael Hansen
2023-07-10 15:09:58 -05:00
parent 42d14ef21f
commit daf6e7fcf7
6 changed files with 77 additions and 25 deletions

View File

@@ -89,6 +89,9 @@ struct Voice {
ModelSession session;
};
// Get version of Piper
std::string getVersion();
// Must be called before using textTo* functions
void initialize(PiperConfig &config);