OxedSFX

OxedSFX plays custom sounds when your abilities are cast

OxedSFX plays custom sounds when your abilities are cast. All sounds are registered through **LibSharedMedia** and can be selected in the addon's configuration UI (`/osfx`).

 

## How to Add a New Sound

 

### 1. Prepare your audio file

- Supported formats: `.ogg` (recommended) or `.mp3`
- Keep files short (1–3 seconds works best for ability sounds)

 

### 2. Place the file in the Media folder

Copy your audio file into: Interface\AddOns\OxedSFX\Media\

### 3. Register the sound in Sounds.lua

Open `Sounds.lua` and add a new entry to the `mediaSounds` table:

 

```lua
local mediaSounds = {
-- ... existing sounds ...
["OSFX: My New Sound"] = "MyNewSound.ogg",
}
```

 

### 4. Reload the UI

 

Type `/reload` in chat. Your new sound will appear in the sound dropdown on the **Add Spell Sound** tab.

 

The OxedSFX Team

profile avatar
Owner
  • 1
    Followers
  • 2
    Projects
  • 158
    Downloads
Donate

More from oxed