tts skeleton
This commit is contained in:
parent
239fe35cab
commit
9e7b1abf47
|
@ -3,6 +3,21 @@ title: "Text To Speech"
|
|||
description: "Converts the text into audio"
|
||||
---
|
||||
|
||||
- Piper (Local)
|
||||
- OpenAI (Hosted)
|
||||
- Add more (placeholder, we will add instructions soon)
|
||||
To select your Text-To-Speech provider:
|
||||
|
||||
```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