Method 1: Using .env (Recommended)
The simplest way to change the voice is one line in .env. It sets the default voice for both speech paths — the agent’s chat replies and the realtime voice loop — at once. No rebuild required.
Steps
- Connect to your robot — either open it in your IDE over Remote SSH (recommended) or SSH in from a terminal
-
Edit
.env— open it in your IDE, or directly from the terminal:
- Set your voice ID:
- Save the file and restart the robot services (
innate service restart) for changes to take effect.
Method 2: Using config/settings.yaml (per-node)
Prefer the central settings file? The voice is read by two nodes — brain_client_node (chat replies) and input_manager_node (the realtime voice loop) — so set cartesia_voice_id in both blocks to keep the two paths in sync:
innate service restart). A value set here takes precedence over .env.
Method 3: Editing the launch file (advanced)
For more permanent changes, you can modify the launch file directly.1. Find the launch file
The voice ID is configured in the brain client launch file:2. Change the voice ID
Look for thecartesia_voice_id_arg parameter and update the default_value:
3. Build and restart
Finding Voice IDs
You can either:- Use an existing Cartesia voice — Browse their voice library to find a voice ID that suits your needs
- Create a custom voice — Cartesia allows you to clone a voice with just 10 seconds of audio recording

