Mudlet Sound triggers not working

Okay, so I have been attempting to make a sound trigger for my tells in mudlet and it doesn't seem to be working. I decided to test and see which part was malfunctioning and it seems I can't get the sound trigger function to work at all and I am wondering, has anyone run into this before or can somebody tell me what might be wrong?

Comments

  • SynkarinSynkarin Nothing to see here
    If you have Windows and Mudlet 3.0, the sound function doesn't work at all, it's a known issue

    Everiine said:
    "'Cause the fighting don't stop till I walk in."
    -Synkarin's Lament.
  • Oh darn. And I had to upgrade to 3.0 because of some critical error with the other version.
  • I found a workaround in Linux by calling another program to play the sound.  Not sure if this can be done in Windows, but here is the code I used, which perhaps you could modify:

    function playSound(filename)
    os.execute("pacmd play-file " ..getMudletHomeDir() .. "/" .. filename .. ".wav 1") 
    end

    Take great care of yourselves and each other.
Sign In or Register to comment.