Rewind / Fast Forward / Seek Audio Functions?

  • Thread starter Thread starter Joseph Geretz
  • Start date Start date
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 -
 
Back
Top