EpicDamageMeter Sounds
======================

By default, EpicDamageMeter plays built-in WoW sounds (FileDataIDs from
the client) for its four event cues. You only need to put files here if
you want to override them with your own audio.

Custom files (optional) — drop them in this folder and the addon will
prefer them over the built-in sounds:

  combat_start.ogg  - Played when combat begins
                      (default: UI_Bnet_Toast / FileDataID 567432)
  combat_end.ogg    - Played when combat ends
                      (default: PVPFlagTaken / FileDataID 569883)
  level_up.ogg      - Played on a new personal record (best player DPS)
                      (default: RaidWarning / FileDataID 8959)
  ding.ogg          - Played when data is reset
                      (default: MapPing / FileDataID 8454)

Sound specifications:
  Format:      OGG Vorbis (recommended) or MP3
  Sample Rate: 44100 Hz or 22050 Hz
  Channels:    Mono or Stereo
  Duration:    Keep sounds short (< 2 seconds) for notifications

Tweaks in /edm config → Settings → Sounds:
  - Master toggle (Enable Sounds)
  - Per-event toggle (Combat Start / End / New Record / Reset)
  - Test buttons that play each cue once

To opt out of custom files entirely (always use the Blizzard built-ins
even if you have files in this folder), set
EDM.db.profile.sounds.useCustomFiles = false.

LibSharedMedia override:
  If you have LibSharedMedia-3.0 installed and other addons have
  registered sounds, you can point EDM at one by setting
  EDM.db.profile.sounds.lsm["combat_start"] = "Some Sound Name".
  This takes priority over both custom files and built-in defaults.
