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"
|
description: "Converts the text into audio"
|
||||||
---
|
---
|
||||||
|
|
||||||
- Piper (Local)
|
To select your Text-To-Speech provider:
|
||||||
- OpenAI (Hosted)
|
|
||||||
- Add more (placeholder, we will add instructions soon)
|
```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