SDL_Sound Rewind

I’m makind a regular Ogg Vorbis sound player.

I’d like to keep track of the much time a file has been playing and be
able to seek different positions in the file (fast forward and rewind).
If the a way to do this with SDL_Sound or do I have to use vorbisfile
instead?

Thanks
Alexandre Leduc
Cogilex R&D

(Sorry this is a cross post from the SDL news group but I figured too
late that this list is where it’s at)

I’m makind a regular Ogg Vorbis file player.

I’d like to keep track of how much time a file has been playing and be
able to seek different positions in the file (fast forward and rewind).
Is there a way to do this with SDL_Sound or do I have to use vorbisfile
to get that kind of flexibility?

Thanks
Alexandre Leduc