I'm trying to repeat a sample many times, my current code is:<br>    connect(&media, SIGNAL(finished()), &media, SLOT(play()));<br>    media.play();<br>But it fails with short samples (1 or 2 seconds).<br><br>I'm searching for another way to repeat but the only way i see is to enqueue the same sample again and again.. Is there a simpler way to repeat (of a an entire sample) with phonon?<br>
<br>Thanks.<br>