👧
Amica
Launch DemoTelegramGitHubTwitter
  • Welcome to Amica!
  • 🌸Overview
    • How Amica Works
    • Core Features
    • Amica Life
    • Emotion System
    • Other Features
    • Use Cases
    • Amica vs Other Tools
  • 🌳Getting Started
    • Quickstart Guide
    • Installing Amica
    • Next Steps
  • 🗣️Connecting LLMs (Your Core AI Chatbot Model)
    • Using LM Studio
    • Using LLaMA.cpp
    • Using Ollama
    • Using KoboldCpp
    • Using OpenAI
    • Using Oobabooga
    • Using OpenRouter
  • 🔊Connecting Speech Options (TTS)
    • Using SpeechT5
    • Using ElevenLabs
    • Using Coqui Local
    • Using Piper
    • Using Alltalk TTS
    • Using Kokoro TTS
    • Using RVC
  • 👂Connecting Microphone Options (STT)
    • Using whisper.cpp
  • 👁️Connecting Multi-Modal Modules
    • Using LLaVA
  • 🔧Other Guides
    • Using Window.ai
    • Using Moshi (Voice to Voice)
  • 🧩Plugin System
    • Plugins Intro
    • Getting Real World News on Amica
  • 🔌API System
    • External API for Agents
  • 🌻Tutorials
    • Creating new Avatars
    • Using Custom Assets
  • 🌺Contributing to Amica
    • Setting up your developer environment
    • Contributing to the Docs
    • Developing Amica
    • Adding Translations
Powered by GitBook
On this page
  • Setting Up Standalone AllTalk Version 2
  • Make sure AllTalk is enabled for TTS:
Edit on GitHub
  1. Connecting Speech Options (TTS)

Using Alltalk TTS

PreviousUsing PiperNextUsing Kokoro TTS

Last updated 4 months ago

You can find the full AllTalk documentation . Navigate to and follow the instructions below to set up standalone AllTalk version 2.

Setting Up Standalone AllTalk Version 2

Windows Instructions

For manual setup, follow the official instructions provided .

Do not install this inside another existing Python environments folder.

  1. Open Command Prompt and navigate to your preferred directory:

    cd /d C:\path\to\your\preferred\directory
  2. Clone the AllTalk repository:

    git clone -b alltalkbeta https://github.com/erew123/alltalk_tts
  3. Navigate to the AllTalk directory:

    cd alltalk_tts
  4. Run the setup script:

    atsetup.bat
  5. Follow the on-screen prompts:

  • Select Standalone Installation and then Option 1.

  • Follow any additional instructions to install required files.

  • Known installation Errors & fixes are in the

Linux Instructions

  1. Open a terminal and navigate to your preferred directory:

    cd /path/to/your/preferred/directory
  2. Clone the AllTalk repository:s

    git clone -b alltalkbeta https://github.com/erew123/alltalk_tts
  3. Navigate to the AllTalk directory:

    cd alltalk_tts
  4. Run the setup script:

    ./atsetup.bat
  5. Follow the on-screen prompts:

  • Select Standalone Installation and then Option 1.

  • Follow any additional instructions to install required files.

Make sure AllTalk is enabled for TTS:

Settings -> Text-to-Speech -> TTS Backend -> AllTalk

Notes

  • AllTalk can be used as a local text-to-speech backend in your application.

Known installation Errors & fixes are in the

For further details, refer to the official .

🔊
here
AllTalk
here
Error-Messages-List Wiki
Error-Messages-List Wiki
AllTalk GitHub repository