Rename to piper

This commit is contained in:
Michael Hansen
2023-03-26 21:42:04 -05:00
parent 3dfa161ba5
commit 70afec58bc
62 changed files with 348 additions and 207 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
using namespace std;
using json = nlohmann::json;
namespace larynx {
namespace piper {
typedef char32_t Phoneme;
typedef int64_t PhonemeId;
@@ -145,6 +145,6 @@ void parseModelConfig(json &configRoot, ModelConfig &modelConfig) {
} /* parseModelConfig */
} // namespace larynx
} // namespace piper
#endif // CONFIG_H_