You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
01/docs/guides/text-to-speech.mdx

27 lines
398 B

11 months ago
---
title: "Text To Speech"
7 months ago
description: "The voice of 01"
11 months ago
---
7 months ago
## Local TTS
10 months ago
7 months ago
For local TTS, Coqui is used.
11 months ago
7 months ago
```python
# Set your profile with a local TTS service
interpreter.tts = "coqui"
11 months ago
```
7 months ago
## Hosted TTS
11 months ago
7 months ago
01 supports OpenAI and Elevenlabs for hosted TTS
```python
# Set your profile with a hosted TTS service
interpreter.tts = "elevenlabs"
10 months ago
```
11 months ago
## Other Models
More instructions coming soon!