https://github.com/amberg/wyoming-toucan
https://github.com/amberg/wyoming-toucan
home-assistant toucan tts wyoming
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amberg/wyoming-toucan
- Owner: Amberg
- License: apache-2.0
- Created: 2024-12-23T15:47:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T22:17:06.000Z (over 1 year ago)
- Last Synced: 2025-03-06T18:50:32.606Z (over 1 year ago)
- Topics: home-assistant, toucan, tts, wyoming
- Language: Python
- Homepage:
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wyoming Toucan
This repository provides a server implementation for the [Wyoming protocol](https://github.com/rhasspy/wyoming) designed to work with the [Toucan](https://github.com/DigitalPhonetics/IMS-Toucan) text-to-speech system.
The code is based on the [Piper](https://github.com/rhasspy/piper/) repository
## Acknowledgements
The majority of the work and functionality for this project comes from the following repositories, and all credit goes to their respective authors:
- [Wyoming Protocol](https://github.com/rhasspy/wyoming)
- [Toucan TTS](https://github.com/DigitalPhonetics/IMS-Toucan)
- [Piper TTS](https://github.com/rhasspy/piper/)
Thank you to the developers of these projects for their hard work and dedication!
## Overview
This project is a proof of concept, and it currently runs on my local Home Assistant (HA) installation. It showcases the integration of the Wyoming protocol with the Toucan text-to-speech system.
## Features
- Integration of the Wyoming protocol with the Toucan TTS system
- Based on the Piper text-to-speech engine
- Currently functioning as a local solution for Home Assistant
## Future Plans
- This may become a Home Assistant Add-On in the future
- Improvements to functionality and performance based on user feedback
## Installation
For now, this is only a local proof of concept. Please feel free to experiment with it in your environment. Detailed installation instructions will be provided in future versions if the project evolves into a more mature Add-On.
## Disclaimer
This project is still in its early stages and is not intended for widespread production use. It is primarily for experimentation and learning purposes.