- Install uv
uv sync
uv build
_Get token from https://pypi.org/manage/account/token/ _
UV_PUBLISH_TOKEN="your pypi token" uv publish
Add --repository testpypi
to upload to test repository
uv sync
uv run examples/play.py
See https://bootphon.github.io/phonemizer/install.html
Enable Logging
Set LOG_LEVEL=DEBUG
environment variable.
On Linux you will need PortAudio and LibSound packages
sudo apt install -y libasound-dev libportaudio2