How does one Fwd/rev when playing Audio mp3 from web?

My garden xml audio channel seems to be working fine.
For each podcast it takes and plays the mp3 file listed in the xml page.
I used audioapp example code to play the mp3.

Question is can I fast forward/reverse in the mp3 file?
The example code has play/pause.

Thanks

The roAudioPlayer has a Seek() method that may do what you’re wanting. You’ll need to programmatically keep track of where you are in the track, though, as there’s no PlaybackPosition notification like there is with the Video Player.

It’s been a while, but last I was told, roAudioPlayer.Seek() doesn’t work with MP3 (viewtopic.php?f=34&t=30673). If you figure anything out, I’d love to hear about it.