Rewind / Fast Forward / Seek Audio Functions?

J

Joseph Geretz

The following article describes how to record and playback wave files on
..NET CF. We have implemented these in our portable recorder application for
the iPAQ.

http://msdn2.microsoft.com/en-us/library/aa446573.aspx

How do we implement Fast Forward, Rewind and Seek to specific location? The
former two could be implemented by the latter, I could simply play back 1
second 'flashes' at every 5 second point to achive a sort of Fast Forward or
Rewind. In fact, this is exactly what I'd like to do. But I can't find any
literature on how to accomplish this.

Also, once I've 'seeked' to a specific location, I'd like to be able to
start recording from that location, overwriting any previous recording from
that point onward.

Thanks for any advice, or links to relevant documentation, which you can
provide!

- Joseph Geretz -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top