PingAlert - Custom Audio Folder
================================
Drop your .ogg or .mp3 sound files into this folder.

Then open PingAlert_Sounds.lua (in the main PingAlert folder)
and register each file with a line like:

  PingAlert_RegisterCustomSound("yourfile.ogg", "Your Label")

After editing, type /reload in WoW to apply changes.

SUPPORTED FORMATS
-----------------
  .ogg  (recommended - best compatibility)
  .mp3  (also supported)
  .wav  NOT supported (removed in WoW patch 4.0.1)

TIPS
----
- Keep filenames simple, no spaces (use underscores instead)
- Files must exist BEFORE /reload - you cannot add them mid-session
- Loud, short clips work best as notification sounds
