mirror of
https://github.com/pstrueb/piper.git
synced 2026-05-04 04:58:01 +00:00
Add --version
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user