piper-phonemize
piper-phonemize copied to clipboard
C++ library for converting text to phonemes for Piper
Feel free to take this to get a boost in a working windows build. These changes will get everything building and package the dynamic library along side the espeak and...
I am seeing errors about missing phoneme ids for these Latvian (`lv`) words `vilciens`, `nevajag` First example ``` echo "vilciens" | lib/piper_phonemize -l lv --espeak-data lib/espeak-ng-data/ Missing phoneme: \u0361 for:...
I am successfully using Piper TTS with Onnx Runtime. However using Onnx Runtime + DirectML caused the error "ORT NOT IMPLEMENTED" in such example code as below. Are you aware...
When resuming from a checkpoint, which effect does the value for the argument "checkpoint-epochs" have, for example "--checkpoint-epochs 1"? Thank you.
src/phoneme_ids.cpp I have been reviewing the phonemes_to_ids function in src/phoneme_ids.cpp and noticed that padding (PAD) is inserted after the Beginning of Sentence (BOS) symbol (^). I'm curious about the reasoning...
Hi author, I noticed that you have released your apps for ARM platform, and I'm very interested with this, as it seems that there's only espeak-ng lib for x86, and...
I tried pip install piper-phonemize or cloning the Git directory and installing it manually. Now I don't have it and can't use piper-tts...
Thanks for this library. There's no available wheels for Windows / macOS. Can you please provide more Python wheels? I'm willing to contribute to add automatic CI for publish it....
I'm trying to train piper tts on a new language. I already added the Faroese (FO) variant to eSpeak-ng, but that version is not the one that gets downloaded when...