Using Piper
Learn how to set up and configure Piper as a local text-to-speech backend for Arcania
Navigate to Piper and follow the setup instructions below to run Piper locally as a TTS backend.
Setting Up Piper Locally
Method 1: Setup via Docker
-
Clone the repository:
-
Navigate to the directory:
-
Add CORS support to Dockerfile:
-
Build the Docker image:
-
Run the container:
-
Configure CORS in the container:
Edit
http_server.py
and add: -
Restart the Piper server:
Method 2: Manual Setup
-
Clone the repository:
-
Navigate to the directory:
-
Install and start:
Configuration
Enable Piper in Arcania:
For more details on models and configurations, refer to the official Piper GitHub repository.