Hi,
Is there a way to add delay between loops? I want the sound to be played with a controllable delay between loops, but I don't see a straight way provided by the QSoundEffect class.
@SGaist Thanks for Yore advice!
Yes I'm aware of QTimer. Currently I'm working on a workaround using QTime by capturring .elapsed() but this way I am not able to use QSoundEffect's built in loop functions so I need to handle loops my self.