DocsGetting StartedIkigenia PlatformLearning HubArcaniaGuidesUsing SpeechT5

Using SpeechT5

Learn how to set up and use SpeechT5 for text-to-speech in Arcania

SpeechT5 is a built-in text-to-speech (TTS) service that runs in the browser (Well, on Arcania at least). It is free and relatively fast.

Configuration

  1. Enable SpeechT5:
    Settings -> Text-to-Speech -> TTS Backend -> SpeechT5

Adding Custom Voices

  1. Add new voice models:

    • Place new models in:
    ./public/speecht5_speaker_embeddings/.private
  2. Generate asset paths:

    npm run generate:paths

You can download additional xvectors for SpeechT5 from here.