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

View File

@@ -14,7 +14,7 @@
using namespace std;
namespace larynx {
namespace piper {
// Maximum value for 16-bit signed WAV sample
const float MAX_WAV_VALUE = 32767.0f;
@@ -126,6 +126,6 @@ void synthesize(SynthesisConfig &synthesisConfig, ModelSession &session,
Ort::OrtRelease(inputTensors[i].release());
}
}
} // namespace larynx
} // namespace piper
#endif // SYNTHESIZE_H_