Place your "Let's Go Gambling" sound file here.

Required filename : letsgo.ogg
Supported formats : .ogg  (recommended — best compression and WoW support)
                    .mp3  (also supported, rename reference in Core.lua)

The sound is loaded via:
  Interface\AddOns\LetsGoGambling\sounds\letsgo.ogg

Tips for preparing the audio file
──────────────────────────────────
• Convert to OGG with Audacity (free) or ffmpeg:
    ffmpeg -i input.mp3 -c:a libvorbis -q:a 5 letsgo.ogg
• Keep the file under ~5 MB for fast loading.
• Trim silence from the start so it triggers instantly on multicraft.

Testing
───────
After placing the file, load into WoW and type:
  /lgg test

If the sound doesn't play, check:
  1. The filename is exactly "letsgo.ogg" (lowercase).
  2. The file is in:  <WoW>\_retail_\Interface\AddOns\LetsGoGambling\sounds\
  3. Master volume isn't muted in WoW Sound settings.

Enable debug mode with /lgg debug to see detailed event output.
