Real-Time Voice Changing
Switch among presets like robot, cave, or custom voices. Changes apply live to your microphone input.
Switch voices, fire soundboards, and toggle Voicemod features instantly through slash commands. Powered by a persistent WebSocket link to your local Voicemod app for near‑zero latency.
Full remote control of Voicemod right from your server.
Switch among presets like robot, cave, or custom voices. Changes apply live to your microphone input.
Play overlapping, looping, or restartable sounds directly from Discord for dynamic audio moments.
Tune volume, EQ (bass/mid/treble), clarity, and noise reduction for tailored results.
Switch the voice changer on/off, enable “Hear Myself”, or control ambient effects in one command.
Persistent WebSocket keeps latency extremely low—commands apply immediately.
Add more commands, automate workflows, and integrate with dashboards or bots.
Developer guide{
"action": "SET_VOICE",
"id": "req-1842",
"payload": {
"voiceId": "robot",
"params": {
"mix": 0.85,
"clarity": 0.7,
"eq": { "bass": 6, "mid": -1, "treble": 3 }
}
}
}
Use slash or text commands. Optional role checks keep control scoped to trusted users.
Switches active preset immediately.
Plays soundboard clips, supports overlap/loop.
Fine-tune EQ, clarity, and noise reduction.
Control key Voicemod features.
Restrict usage to roles like @DJ or @Mods.
List commands and check connection health.
Bring live voice control into your communities, streams, and workflows.
The bot connects to Voicemod running on your PC via localhost WebSocket. Keep Voicemod open to process commands.
Use role-based access to limit who can run sensitive commands like toggles or volume.
Requires the Voicemod desktop app installed and configured as your mic input in voice apps.
Fully supported. Ensure firewall allows localhost communication.
Check Voicemod macOS support and microphone routing settings.