Jump to content

Recommended Posts

Posted

I want to have a midi as background music, and then have a wav play as a sound effect without interrupting the midi, is there anyway to do this?

Posted

I don't really know about midis, but this plays both files at the same time:

#include <sound.au3>
_SoundPlay(@WindowsDir & "\media\tada.wav")
_SoundPlay(@WindowsDir & "\media\notify.wav",1)

give it a try.

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...