jp6/cu129/: wyoming-piper-1.6.2 metadata and description

Simple index

Wyoming Server for Piper

author_email Michael Hansen <mike@rhasspy.org>
classifiers
  • Development Status :: 3 - Alpha
  • Intended Audience :: Developers
  • Topic :: Text Processing :: Linguistic
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
description_content_type text/markdown
keywords rhasspy, wyoming, piper, tts
license MIT
project_urls
  • Homepage, http://github.com/rhasspy/wyoming-piper
requires_dist
  • wyoming<1.8,>=1.7.0
  • regex==2024.11.6
  • black==22.12.0; extra == "dev"
  • flake8==6.0.0; extra == "dev"
  • isort==5.11.3; extra == "dev"
  • mypy==0.991; extra == "dev"
  • pylint==2.15.9; extra == "dev"
  • pytest==7.4.4; extra == "dev"
  • pytest-asyncio==0.23.3; extra == "dev"
  • build==1.2.2.post1; extra == "dev"
  • scipy<2,>=1.10; extra == "dev"
  • numpy<2,>=1.20; extra == "dev"
  • python-speech-features==0.6; extra == "dev"
requires_python >=3.8

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
wyoming_piper-1.6.2-py3-none-any.whl
Size
45 KB
Type
Python Wheel
Python
3

Wyoming Piper

Wyoming protocol server for the Piper text to speech system.

Home Assistant Add-on

Show add-on

Source

Local Install

Clone the repository and set up Python virtual environment:

git clone https://github.com/rhasspy/wyoming-piper.git
cd wyoming-piper
script/setup

Install Piper

curl -L -s "https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz" | tar -zxvf - -C /usr/share

Run a server that anyone can connect to:

script/run --piper '/usr/share/piper/piper' --voice en_US-lessac-medium --uri 'tcp://0.0.0.0:10200' --data-dir /data --download-dir /data 

Docker Image

docker run -it -p 10200:10200 -v /path/to/local/data:/data rhasspy/wyoming-piper \
    --voice en_US-lessac-medium

Source