# Pied

A happy little pied wagtail

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. A screenshot showing the voice selection page in Pied Get it from the Snap Store Install Flatpak

## 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/`