
vincent.j

Is there a way to wait for the end of an audio file from the Soundboard (PC) control? The following code does not wait but instead plays the file and says "done" simultaneously:Code:
ControlCommand("Soundboard (PC)", Track_0)
WaitFor($EZBPlayingAudio = 0)
Say("done")
From my understanding, $EZBPlayingAudio is only applicable to sound coming from the EZB. As such, the following code works because it outputs from the EZB rather than the PC:
Is there an equivalent $EZBPlayingAudio variable for the Soundboard (PC) control?Code:
ControlCommand("Soundboard (EZB)", Track_0)
WaitFor($EZBPlayingAudio = 0)
Say("done")
and with an empty project it looks like this:
I uploaded the new version (#6).
Actually I've noticed that it occasionally crashes EZ-Builder when:
- Audio Session Tracking Mode = All
- An audio file playing through Soundboard (PC) is Stopped
Sometimes it happens on the first time I click Stop but other times, it'll take a while.
Fixed
Thanks