Developer tool for Elder Scrolls Online addon creators.
Browse, search and play all 853+ in-game sounds from the SOUNDS table. Quickly find the right sound effect for your addon without guessing sound key names.
- Browse all sounds - Lists every entry from ESO's global
SOUNDStable, sorted alphabetically - Search & filter - Instant search by sound name, sound ID, or category
- Auto-categorization - Sounds are tagged by type: Combat, Crafting, Quest, PvP, UI Control, Store, Housing, and more
- Click to play - Click any sound name or the play button to hear it instantly
- Usage snippet - Clicking a sound name prints the
PlaySound(SOUNDS.KEY)code to chat for easy copy - Volume slider - Adjust UI sound volume for testing (auto-restores when window closes)
- Mute Others - One-click mute for Music, Ambient, SFX, VO, and Footsteps so you only hear UI sounds. Restores automatically on close.
- Play Again / Play Next - Navigate through the sound list without clicking each entry. Shows the currently playing sound name.
- Keybindings - Bind "Play Again" and "Play Next" to any key via ESO Settings > Keybindings > SoundBoard
- Download and extract into your
Elder Scrolls Online/live/AddOns/folder - The folder should be named
SoundBoard - Reload UI or restart the game
| Command | Description |
|---|---|
/sb |
Toggle the SoundBoard window |
/sb play KEY |
Play a sound directly (e.g. /sb play QUEST_COMPLETED) |
/sb count |
Show total number of available sounds |
When you click a sound, SoundBoard prints to chat:
[SoundBoard] QUEST_COMPLETED = "Quest_Completed"
Usage: PlaySound(SOUNDS.QUEST_COMPLETED)
- ESO API: 101048 / 101049
- No dependencies required
Miguel




