How to make a voice pack

Voice packs are the core gameplay of The Choicer Voicer — the judges, hosts, contestants and menu voices that players imitate. Making one requires no tools and no code: the developer's own pitch is that it's "as easy as dropping audio files into a folder". This guide walks through the whole thing, from cutting clips to publishing on GameBanana. If you want to make a video scene instead, that's Dub Mode — see the dub pack guide.

What a voice pack is made of

A voice pack is just a folder inside the game's packs_voice directory. The folder's name becomes the pack's name in-game, and the only required contents are audio clips — WAV, MP3 or OGG. Everything else (author credit, description, subtitles, images) is optional garnish. Want the packaging done for you? Our free Voice Pack Maker builds the ZIP in your browser — but it's worth reading the steps below anyway so you know what the game expects.

Step 1: Gather and cut your clips

Pick a theme people will actually search for — a show, a meme, a character — and cut one audio clip per line or sound. Audacity (free) is the standard tool for this. Two rules from the official guide matter more than any others:

Step 2: Export with clear file names

Export each clip as WAV, MP3 or OGG. Avoid compressed WAV files — the engine can't handle them. One naming quirk to know: if two files share a name with different extensions, the game only recognizes one of them, prioritizing WAV over MP3 over OGG. Name clips so the clip list in-game reads well (intro-boasting.wav, evil-laugh.wav, …), because players browse that list when picking what to perform.

Step 3: Drop the folder into packs_voice

Create a new folder inside the game's packs_voice directory, name it after your pack, and move the clips in. Restart the game and your pack appears in the pack selection screen. That's genuinely the whole job — everything below is polish. (If the pack doesn't show up, it's almost always a double-nested folder — the troubleshooting guide covers every cause.)

Step 4: Optional extras

Step 5: Test it properly

Play a few rounds with your own pack. Check that every clip is audible over the room noise of a party, that subtitles and images land on the right clips, and that the pack selection list reads the way you intended. If the game won't record you while testing, that's the known engine bug, not your pack — see the microphone fix guide and the browser mic test.

Step 6: Share it on GameBanana

Zip the folder and upload it to GameBanana's Choicer Voicer section, in the category that matches the content (Judges, Hosts, Players, Menus, and so on). Write a title people will search — character or show name plus "voice pack" — add a screenshot, and credit the source material. Once it's listed, it shows up in this site's index automatically and joins the cast on our voice packs page.

Tips from the official guide and the community