Skip to content

Commit

Permalink
tts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBirdTech committed Jul 10, 2024
1 parent d4c4229 commit 4293884
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/guides/text-to-speech.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---
title: "Text To Speech"
description: "The service to speak the text"
description: "The voice of 01"
---

## Piper (Local)
## Local TTS

This option installs piper to allow all text to speech to be done locally on device.
For local TTS, Coqui is used.

```bash
# Set a local TTS service
01 --tts-service piper
```python
# Set your profile with a local TTS service
interpreter.tts = "coqui"
```

## OpenAI (Hosted)
## Hosted TTS

```bash
# Set TTS service
01 --tts-service openai
01 supports OpenAI and Elevenlabs for hosted TTS

```python
# Set your profile with a hosted TTS service
interpreter.tts = "elevenlabs"
```

## Other Models
Expand Down

0 comments on commit 4293884

Please sign in to comment.