Is there any way to get sound files to play in triggers under Wine?
Wine - Trigger Sound Files
Posted by Atomicoctobot on Mon 29 Mar 2010 11:31 PM — 3 posts, 14,485 views.
It didn't seem to work for me using the sound part of the trigger, but it did if I used "send to script".
Something like this:
That should play that file in the "sounds" directory of the MUSHclient installation. The zero means "the first free sound buffer".
Make sure you have sounds enabled in the Wine configuration.
Something like this:
PlaySound (0, GetInfo (74) .. "boing.wav")
That should play that file in the "sounds" directory of the MUSHclient installation. The zero means "the first free sound buffer".
Make sure you have sounds enabled in the Wine configuration.
Magnificent. Thank you!