tts option docs
This commit is contained in:
parent
a1e14112b7
commit
6a42cbd7c1
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue