ken2400
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010
05:37 PM
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
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
2 REPLIES 2

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010
05:43 PM
Re: How does one Fwd/rev when playing Audio mp3 from web?
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.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010
05:47 PM
Re: How does one Fwd/rev when playing Audio mp3 from web?
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.