2026-06-07 08:54:31 +02:00
2026-06-07 08:54:31 +02:00
2026-06-07 08:54:31 +02:00
2026-06-07 08:54:31 +02:00

Text to voice interface

Overview

This project aims to provide text to voice with voice cloning ability. It is using chatterbox as backend.

Origin

This project started as a vibe-coded experiment but this version is somewhat more hands on.

Setup

Setup venv for python

Run [`setup-venv.sh`](./setup-venv.sh).

> [!NOTE]
> The default location is a directory called `venv` that is created next to the script, but you can override it by using the environment variable `PYTHON_ENV` to point to a different location.
>
> ```console
> PYTHON_ENV='/some/path' ./setup-venv.s
> ```
Description
Basic TTS server based on [chatterbox-tts](https://github.com/resemble-ai/chatterbox)
Readme 49 KiB
Languages
Python 95.5%
Shell 4.5%