0

Pause / advanced question

 

 

I have an audiofile that starts playing on an timeout from the previous audio file. In the advanced tab I want to turn an a led , via the GPIO, for a couple of sec's and then turn off for the rest of the track.

 

But if I put in a pause after the GPIO ON command , the track does start until the pause is over. Is there some way to have the audio start instant while the GPIO control works independently ?

 

Thx in advance

 

// magnus

1 comment

  • 0
    Avatar
    Bright Scripters

    The Pause command is rarely useful because it pauses everything. The way to go about this is through use of a Timer Event which remains on current state. It enables timed commands without leaving the media state, and letting the media play uninterrupted.
    Hope that helped.

Please sign in to leave a comment.