Add TTS API and examples for Dart (#1010)

This commit is contained in:
Fangjun Kuang
2024-06-15 14:30:36 +08:00
committed by GitHub
parent e3077670c6
commit e52d32b95b
20 changed files with 874 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Introduction
This folder contains examples for text to speech with Dart API.
| File | Description|
|------|------------|
|[./bin/piper.dart](./bin/piper.dart)| Use a Piper tts model for text to speech. See [./run-piper.sh](./run-piper.sh)|
|[./bin/coqui.dart](./bin/coqui.dart)| Use a Coqui tts model for text to speech. See [./run-coqui.sh](./run-coqui.sh)|
|[./bin/zh.dart](./bin/zh.dart)| Use a Chinese VITS tts model for text to speech. See [./run-zh.sh](./run-zh.sh)|