Use this in-browser voice changer with your Discord call. No Voicemod, no Clownfish, no $5/month subscription, no big app to install. Just a free web page plus a small virtual audio cable utility.
The classic Discord voice-changer story is: download a 100 MB desktop app, install drivers, create an account, get nagged to upgrade to Pro for half the presets. This page skips all of that — the voice changer is a web page, and the only install on your machine is a tiny free utility that creates a virtual microphone device.
There are three honest paths. Pick the one that matches what you want.
Install a tiny free utility that creates a "virtual microphone." Route this voice changer's output to it. Set Discord's input to the same virtual mic. Your friends in Discord now hear the disguised voice. This is the standard Discord voice-changer setup — Voicemod and Clownfish do it under the hood too.
If everyone in your call can move to a browser-based voice room, you can skip Discord entirely. Open /hideme/, pick a preset, share the URL with friends. Same voice disguise, no audio routing, no Discord involved. Works for small groups (up to ~6 people).
You may have seen "Discord voice changer extension" or "BetterDiscord plugin" results elsewhere. Discord's official client does not expose an audio API to plugins, and unofficial plugins violate Discord's TOS. Anyone offering an in-Discord plugin voice changer is either lying or risking your account.
Pick your operating system. Steps are 5 minutes from zero to "my friends hear my disguised voice in Discord."
VBCABLE_Setup_x64.exe and choose
Run as administrator. Click Install Driver. Reboot when prompted.CABLE Input (VB-Audio Virtual Cable).CABLE Output (VB-Audio Virtual Cable).Heads-up: While the cable is routing your browser, you will not hear browser-page audio (YouTube, etc.) through your speakers — it is going to the virtual mic instead. Either revert browser output when not using the voice changer, or use a second browser for media.
/Applications/Utilities). Click
the + in the bottom-left and choose Create Multi-Output Device.Heads-up: If you use only BlackHole as system output (without the Multi-Output trick), you will hear nothing locally because all audio is going to the virtual mic. The Multi-Output device is the workaround.
pactl info should list a server.pactl load-module module-null-sink \ sink_name=voicechanger \ sink_properties=device.description="VoiceChanger"
pactl load-module module-remap-source \ master=voicechanger.monitor \ source_name=voicechanger_mic \ source_properties=device.description="VoiceChanger-Mic"
pavucontrol to send the browser's
output to the VoiceChanger sink (Playback tab → find your
browser → set device to VoiceChanger).
PipeWire users: the same pactl commands work
through the pipewire-pulse compatibility shim. Run
systemctl --user status pipewire-pulse to confirm it is active.
Unload modules with pactl unload-module <id> when done.
Honest comparison of the four most-recommended Discord voice changers as of mid-2026.
| Voicemod | Clownfish | MorphVOX Jr. | This page | |
|---|---|---|---|---|
| Free tier | Limited | Full | 3 voices | Full (4 voices) |
| Pro / paid | $2.50–$5/mo | — | $39.99 one-time | — |
| Install required | ~150 MB app | ~12 MB app | ~40 MB app | No (browser) |
| Virtual cable install | Bundled | Bundled | Bundled | Separate (1–3 MB) |
| Account required | Yes (email) | No | No | No |
| Windows | Yes | Yes | Yes | Yes |
| macOS | No | No | No (Win only) | Yes |
| Linux | No | No | No | Yes |
| Chromebook | No | No | No | Yes (browser) |
| Effect quality | Best | Basic | Good | Good (disguise-grade) |
| Number of voices | 50+ (Pro) | 8 | 3 free / 14 paid | 4 |
| This page | Free, browser-only, cross-platform. Smaller voice library than Voicemod but no subscription, no install, and runs anywhere with a browser. | |||
Discord-specific concerns. For general questions about the voice changer itself, see the main FAQ.
No browser tool can directly change what Discord sends — Discord uses its own audio input from the operating system. To use a browser voice changer with Discord, you route the browser's audio output through a virtual audio cable, then set that virtual cable as Discord's input device. The setup guides above walk through it.
The voice changer itself runs in your browser with no download. The routing step needs a small virtual audio cable utility (VB-CABLE on Windows, BlackHole on Mac, or PulseAudio loopback on Linux) — all free. So the only install on your machine is a 1–3 MB driver/utility, not a full voice-changer app.
Once Discord is set to use the virtual cable as its input, your friends hear only the disguised voice. Discord no longer reads from your real microphone — that mic feeds your browser, the browser disguises it, and the virtual cable hands the result to Discord.
Discord's TOS does not prohibit voice transformation in general. Voicemod, Clownfish, MorphVOX, and similar tools have been used widely without TOS issues. The line is whether you use the voice changer to harass, impersonate, or otherwise violate community rules — those would violate TOS regardless of the tool.
Voicemod and Clownfish are dedicated desktop apps. They include their own virtual audio device, so setup is one-click — but you install a full application, and Voicemod requires an account and pushes upgrades to Pro for most voices. The browser approach trades one-click setup for zero install and zero account: you only install a small audio cable utility, and the voice-changer logic itself is just a web page.
On Windows: only if you check Discord's "Self-monitoring" or use
Listen to this device on the cable in Sound Control Panel. On Mac:
use the Multi-Output Device trick from the Mac guide above — it sends
audio to both your speakers and BlackHole simultaneously. On Linux:
pactl load-module module-loopback source=voicechanger.monitor
pipes the sink monitor back to your default sink.
Not without root/jailbreak. iOS and Android do not let third-party apps replace Discord's microphone input. For a voice-changed Discord experience on mobile, your options are: (1) use Discord on a desktop instead, or (2) move the call to a browser-based voice room like our /hideme/ room.
Slightly. Discord re-encodes voice using Opus at 64 kbps by default (lower in Discord's automatic mode). The compression smooths some of the disguise artifacts — usually making the voice sound more natural, not less disguised. If you want maximum disguise effect, set Discord's voice quality to the lowest setting (it amplifies the disguise).
Quit Discord completely (right-click tray icon → Quit) and reopen. Discord enumerates audio devices at startup and won't pick up a newly installed virtual cable until restart. On Windows, also confirm the cable's Recording device is enabled in Sound Control Panel → Recording.