https://github.com/Elleo/pied
Pied makes it simple to install and manage text-to-speech Piper voices for use with Speech Dispatcher.
https://github.com/Elleo/pied
accessibility screenreader tts
Last synced: 4 months ago
JSON representation
Pied makes it simple to install and manage text-to-speech Piper voices for use with Speech Dispatcher.
- Host: GitHub
- URL: https://github.com/Elleo/pied
- Owner: Elleo
- License: gpl-3.0
- Created: 2023-08-07T20:25:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T21:03:48.000Z (over 1 year ago)
- Last Synced: 2024-08-22T22:56:27.018Z (over 1 year ago)
- Topics: accessibility, screenreader, tts
- Language: Dart
- Homepage: https://pied.mikeasoft.com
- Size: 800 KB
- Stars: 87
- Watchers: 4
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/Elleo/pied - Piper TTS voice manager (Other / Other)
README
# Pied
Pied makes it simple to install and manage text-to-speech Piper voices for use with Speech Dispatcher. Pied installs and configures the Piper neural text-to-speech engine to work with Speech Dispatcher. It can then be used to download and manage different voices.

## Build Instructions
1. Install the [Flutter SDK](https://docs.flutter.dev/install) (last tested with SDK version 3.35.3)
2. Change to the Pied directory
3. Fetch dependencies: `flutter pub get`
4. Build: `flutter build linux --release` (Or without `--release` if you want a debug build)
You'll then find the compiled output in `build/linux//release/bundle/`