piper-phonemize
piper-phonemize copied to clipboard
C++ library for converting text to phonemes for Piper
When I run `pip install piper-phonemize`, I get this: ERROR: No matching distribution found for piper-phonemize I tried py 3.9, 3.10, 3.11, but got the same result. Could you upload...
Hey! I was trying to `pip install piper-tts`, but it fails to resolve `piper-phonemize`. [I see on PyPI](https://pypi.org/project/piper-phonemize/1.1.0/#files) that there is a Python 3.12 build for Mac OS, but not...
I'm looking for instructions on how to build this for use with Python on MacOS. The piper-tts pip package exists for MacOS, but this dependency does not. I assume it...
This PR allows to link piper-phonemize with the unmodified upstream version of espeak-ng. Tested and working on glibc and musl.
First of all: A huge thanks from my side for all your efforts. This project is desperately needed!
I know you've been looking for a lighter weight phonemizer than espeak-ng. The phonemizer used in TensorVox might be a good candidate, its MIT too. https://github.com/ZDisket/TensorVox/tree/master
Hi, I'm trying to package piper-tts for openSUSE right now. * Is there a reason that `espeak_TextToPhonemesWithTerminator()` has not been submitted upstream to espeak-ng? * I've changed the CMakeLists.txt so...
This patchset allows you to build piper-phonemize with system libraries instead of fetching sources from the internet. For this a new option has been introduced BUILD_EXTERNAL which will enable building...
Hi! Thank you for your projects! They always are gaining my attention and I appreciate that you do so lot of effort for open source. My question is how this...
Currently tested on a Mac M1, this alongside the piper PR should fix `pip install piper-tts`, which already created three issues. Upgraded several python versions. Windows and Linux, not tested...