naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.52k stars 1.1k forks source link

Fast Forwarding and Rewind #193

Closed Sivaram6466 closed 7 years ago

Sivaram6466 commented 7 years ago

Hi All,

Please help me how to do fastforwarding and rewind using naudio.

markheath commented 7 years ago

if you mean jumping to different positions in a file, then you can do that by simple setting the position. The NAudio demo application shows how this is done.

Sivaram6466 commented 7 years ago

No markheath I need like playback with speed while fast forwarding not jumping.

markheath commented 7 years ago

OK, then look at the varispeed sample provider demo app here: https://github.com/naudio/varispeed-sample/

It is possible to play backwards in conjunction with this approach, but there isn't a built-in NAudio component to do that.

Sivaram6466 commented 7 years ago

Hi markheath, how to run this project, is it mono? I m trying with vs2013 it shows lots of error

markheath commented 7 years ago

its a VS2015 project