tts option docs

This commit is contained in:
Mike Bird 2024-03-20 16:47:09 -04:00
parent a1e14112b7
commit 6a42cbd7c1
1 changed files with 11 additions and 10 deletions

View File

@ -1,23 +1,24 @@
---
title: "Text To Speech"
description: "Converts the text into audio"
description: "The service to speak the text"
---
To select your Text-To-Speech provider:
## Piper (Local)
This option installs piper to allow all text to speech to be done locally on device.
```bash
# Set a local TTS service
01 --tts-service piper
```
## OpenAI (Hosted)
```bash
# Set TTS service
01 --tts-service openai
```
## Piper (Local)
Local, nice!
## OpenAI (Hosted)
Still cool!
## Other Models
More instructions coming soon!