Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
piper_armv7.tar.gz | 2023-06-15 | 24.7 MB | |
piper_arm64.tar.gz | 2023-06-12 | 25.6 MB | |
piper_amd64.tar.gz | 2023-06-12 | 26.1 MB | |
README.md | 2023-06-12 | 793 Bytes | |
v1.0.0 source code.tar.gz | 2023-06-12 | 13.0 MB | |
v1.0.0 source code.zip | 2023-06-12 | 13.1 MB | |
Totals: 6 Items | 102.6 MB | 0 |
- Use fork of espeak-ng for punctuation preservation and sentence boundary detection
- Support raw text phonemes with piper-phonemize
- Support Arabic diacritization with libtashkeel (model included)
- Extend default phoneme set to 256 for future expansion (use these pretrained checkpoints)
- New command-line options (
--silence_seconds
,--espeak_data
,--tashkeel_model
,--debug
) - Merge code into
piper.hpp
andpiper.cpp
for use as a library - Update to onnxruntime 1.14.1 (from piper-phonemize)
- Adding logging with spdlog