This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the issue?
Ive added four custom sounds recently to use in the parrot addon. When I load up the game and create a a new trigger the custom sound files appear to be there but produce no sound.
Please provide any additional information below.
local LSM = LibStub("LibSharedMedia-3.0")
-- ------- BACKGROUND-- -----
-- ------- BORDER-- ----
-- ------- FONT-- -----
-- ------- SOUND-- -----LSM:Register("sound", "ascream7", [[Interface\Addons\SharedMedia_MyMedia\sound\ascream7.wav]])LSM:Register("sound", "chaos bolt", [[Interface\Addons\SharedMedia_MyMedia\sound\chaos bolt.mp3]])LSM:Register("sound", "Conflgrate", [[Interface\Addons\SharedMedia_MyMedia\sound\Conflgrate.wma]])LSM:Register("sound", "Soul fire", [[Interface\Addons\SharedMedia_MyMedia\sound\Soul fire.wma]])
-- ------- STATUSBAR-- -----
I got the same problem. The added sounds from SharedMedia_MyMedia appear in the list of usable sounds but are not functional.
I really like this addon plz fix it. I couldn't find any alternative.
Only .ogg on wow since 4.0.1.
Alternative: reencode sound files to ogg format
To post a comment, please login or register a new account.