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,23 +1,24 @@ --- 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 a local TTS service +01 --tts-service piper +``` + +## OpenAI (Hosted) ```bash # Set TTS service 01 --tts-service openai ``` -## Piper (Local) - -Local, nice! - -## OpenAI (Hosted) - -Still cool! - ## Other Models More instructions coming soon!