fixtSE
FixtSEFixtSE
Blog
Membership
Shop
Booking
About
Blog
Membership
Shop
Booking
About

Youtube
Instagram
RSS
Github
Patreon
Privacy
Fixt•© 2025
Published: Aug 23, 2025—3 min read

I Cloned My Own Voice for My Smart Home!

Written by: Fixt

If you're subscribed to our Channel
Login with your Google account to get our Smart Tutorial Experience!

TABLE OF CONTENTS
Hardware RequirementsRecommended GPUsNvidia RTX 3060 12GBNvidia RTX 4060 Ti 16GBChatterbox TTS APIOpenAI TTS Speech IntegrationInstall HACSInstall IntegrationConfigurationConfigure AssistantConfigure ESPHome Device

Featured

Easiest way to Control your Smart Home with AI: Ollama + Home AssistantEasiest way to Control your Smart Home with AI: Ollama + Home Assistant
Mini DIY ESPHome mmWave Presence Sensor
 ESP32 C3 + LD2450Mini DIY ESPHome mmWave Presence Sensor ESP32 C3 + LD2450

Related

Tags

Home-Assistant
Tutorial
AI
Integration
Assistant

If you like my work, please consider supporting me on Ko-fi! ☕🎉

← Back to the blog
Chatterbox Logo

Hardware Requirements
#

TypevRAMRAM
GPU6 GB8 GB
CPU-16 GB

Recommended GPUs
#

Nvidia Chip
The GPU recommendations are not only for running Chatterbox, but also for running local LLMs to complement your local assistant

Nvidia RTX 3060 12GB
#

  • Amazon

Nvidia RTX 4060 Ti 16GB
#

  • Amazon

Chatterbox TTS API
#

By Travisvn
Documentation

Clone Repository

git clone https://github.com/travisvn/chatterbox-tts-api
cd chatterbox-tts-api
cp .env.example.docker .env

CPU Only

docker compose -f docker/docker-compose.yml --profile frontend up -d   

Nvidia GPU

docker compose -f docker/docker-compose.uv.gpu.yml --profile frontend up -d 
Then go to http://localhost:4321

OpenAI TTS Speech Integration
#

By sfortis

Install HACS
#

You can find the documentation here

Install Integration
#

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Configuration
#

Open your Home Assistant and show de integration menu

API Endpoint

http://localhost:4123/v1/audio/speech

Configure Assistant
#

Open your Home Assistant instance and show your voice assistants.

Configure ESPHome Device
#

Open your Home Assistant and show an integration

Tags

Home-Assistant
Tutorial
AI
Integration
Assistant
← Back to the blog

Featured

Easiest way to Control your Smart Home with AI: Ollama + Home AssistantEasiest way to Control your Smart Home with AI: Ollama + Home Assistant
Mini DIY ESPHome mmWave Presence Sensor
 ESP32 C3 + LD2450Mini DIY ESPHome mmWave Presence Sensor ESP32 C3 + LD2450

Related

Tags

Home-Assistant
Tutorial
AI
Integration
Assistant