From 6a42cbd7c1696c560c97709deba94d3fcd9dcdbe Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Wed, 20 Mar 2024 16:47:09 -0400 Subject: [PATCH] tts option docs --- docs/services/text-to-speech.mdx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/services/text-to-speech.mdx b/docs/services/text-to-speech.mdx index 3babbe2..4a6688e 100644 --- a/docs/services/text-to-speech.mdx +++ b/docs/services/text-to-speech.mdx @@ -1,22 +1,23 @@ --- 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 TTS service -01 --tts-service openai +# Set a local TTS service +01 --tts-service piper ``` -## Piper (Local) - -Local, nice! - ## OpenAI (Hosted) -Still cool! +```bash +# Set TTS service +01 --tts-service openai +``` ## Other Models