Custom sounds #10


  • New
  • Other
Open
Assigned to elkano
  • _ForgeUser5731131 created this issue Oct 16, 2010

    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
    -- -----

  • _ForgeUser5731131 added the tags New Other Oct 16, 2010
  • _ForgeUser9924 posted a comment Oct 17, 2010

    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.


    Edited Oct 17, 2010
  • Forge_User_78260168 posted a comment Oct 17, 2010

    Only .ogg on wow since 4.0.1.

    Alternative: reencode sound files to ogg format


    Edited Oct 17, 2010

To post a comment, please login or register a new account.