A female-voice OpenPeon sound pack for Claudette, featuring the Elise voice from ElevenLabs.
Claudette supports custom notification sound packs in the OpenPeon format. This pack replaces the default notification sounds with spoken-word cues from the Elise voice, giving your Claude Code sessions a calmer, more conversational feel than synthesized blips and beeps.
If you spend hours a day in Claudette, the audio character of your notifications matters more than you'd think. This pack is for people who want their tools to feel a little more human.
- In Claudette, open Settings → Notifications → Sound Packs
- Browse the OpenPeon community packs and install Elise from the in-app browser
- Set Elise as your active pack
Claudette stores sound packs in ~/.claudette/packs/ and picks up new packs automatically — no restart needed. The directory name must match the manifest's name field (openpeon-elise-soundpack), otherwise Claudette's pack-management UI won't be able to find or remove it later.
macOS / Linux:
mkdir -p ~/.claudette/packs
git clone https://github.com/utensils/openpeon-elise-soundpack.git \
~/.claudette/packs/openpeon-elise-soundpackWindows (PowerShell):
git clone https://github.com/utensils/openpeon-elise-soundpack.git `
"$env:USERPROFILE\.claudette\packs\openpeon-elise-soundpack"Then open Settings → Notifications → Sound Packs in Claudette and select Elise as your active pack.
To update later, git pull inside the pack directory. To uninstall, delete the directory.
Requires a version of Claudette with OpenPeon community pack support.
This pack covers the five CESP categories defined in openpeon.json, each with four phrasing variants so the same line doesn't repeat back-to-back. Claudette picks one of the four at random per event.
Polite, attention-getting, not alarming. Plays when Claudette needs you (permission prompts, questions).
- "I have a question for you."
- "Could you take a look at this?"
- "Got a sec? I need your input."
- "Quick question when you're ready."
Signals "I've thought about this — please approve." Plays when an agent has drafted a plan and is awaiting your sign-off.
- "Here's the plan — mind reviewing it?"
- "I've put together a plan for you."
- "Ready when you are — plan's drafted."
- "Take a look at my plan when you have a moment."
Satisfying, conclusive, mildly proud. Plays when an agent finishes and hands control back.
- "All done!"
- "Task complete."
- "Finished — back to you."
- "Wrapped it up."
Apologetic and clear without being dramatic — you'll read the error yourself anyway.
- "Hit a snag — could use your help."
- "Something went wrong."
- "Ran into a problem."
- "Sorry, that didn't work."
Greeting energy, ready-to-work.
- "Ready when you are."
- "Let's get started."
- "Hi — what are we working on?"
- "Standing by."
OpenPeon packs are just structured archives — the openpeon.json manifest plus an mp3 per labeled variant. You can swap individual sounds without rebuilding the whole pack: drop a replacement mp3 into sounds/ under the same filename and the manifest will continue to point at it. See the OpenPeon documentation for the full pack format spec.
Audio generated using the Elise voice from ElevenLabs under a commercial license. ElevenLabs retains all rights to the underlying voice model; this repository distributes the generated audio files only.
The audio files in this repository are released under CC BY 4.0 — free to use, modify, and redistribute with attribution.
The pack metadata, scripts, and any code in this repo are released under the MIT License.
Note: ElevenLabs' commercial license covers the generation and distribution of these specific audio files. If you remix or extend this pack with newly generated ElevenLabs audio, you'll need your own ElevenLabs commercial license to do so.
Found a sound that doesn't fit, or have an idea for additional events to cover? Open an issue or PR. Feedback from people actually using the pack day-to-day is the most valuable input.
- Claudette — Claude's missing better half
- r/ClaudetteApp — community subreddit
- Claudette Discord — chat with the team
- OpenPeon — the sound pack ecosystem this format comes from