Soundbook (My Sounds)
A free extension for Soundbook that lets you add your own personal sounds, permanently and safely - they survive every future Soundbook update, guaranteed.
Why this exists
Soundbook updates replace its entire folder. Anything you added directly into Soundbook's own files gets wiped out the next time it updates. This little addon fixes that: it's a separate folder that Soundbook itself never touches, so anything you put in here is safe forever.
Requirements
You need Soundbook installed too - this addon adds sounds to it, it doesn't work on its own.
LINK: https://www.curseforge.com/wow/addons/soundbook
How to add your own sound (step by step)
-
Get your sound file ready - it must be
.mp3,.ogg, or.wav. -
Go to this folder on your computer:
World of Warcraft\_anniversary_\Interface\AddOns\Soundbook_MySounds\Sounds\Category1(orCategory2- either works, pick one) -
Copy your sound file into that folder.
-
Open
Sounds.lua(one folder up, right insideSoundbook_MySounds) with a plain text editor, e.g. Notepad. -
Find the block for the category number you used in step 2 and add your file's name in quotes, without the file ending, followed by a comma.
Example: your file is
laugh.mp3and you put it inCategory1- ```lua [1] = { "laugh", },

