Hi All,
Is there a way to tell a Phonon::MediaObject to play part of an audio file? I can use 'seek' to tell it to start at a certain time, but I'd also like to be able to tell it to stop at a certain time. I tried setting the tick interval and connecting MediaObject::tick to MediaObject:ause, but the delay is too long on that (about 0.15 seconds).

I'm using PyQt 4.6.2 (Qt 4.6.2), which I realize is a bit old, but it's all that's available to me.