mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-23 00:04:49 +00:00
Rename to piper
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user