Sound Browser

The Sound Browser provides discovery and playback of in-game sounds directly from within DevForge.


Overview

WoW exposes thousands of sounds through SoundKit IDs and FileIDs, but finding the right one is difficult without tooling. DevForge lets you browse, search, and preview sounds in-game.


Capabilities

  • Browse SoundKit IDs by category (auto-grouped from the SOUNDKIT global)
  • Explore FileID ranges with async playability scanning
  • Capture live PlaySound, PlaySoundFile, and PlayMusic calls
  • Play and stop sounds with single-active-sound management
  • Maintain favorites and recent lists (persisted across sessions)
  • Copy sound IDs or playback code snippets
  • Insert PlaySound/PlaySoundFile/PlayMusic calls into the editor
  • Search across all sources (kits, file IDs, live captures, favorites)

When to Use the Sound Browser

Use the Sound Browser when:

  • Searching for a specific UI or spell sound effect
  • Discovering available sounds for addon feedback
  • Monitoring what sounds are playing during gameplay
  • Building a reference list of sounds for your project