Changing playback rate of “Windows Media Player” control in C# for .wav files

E

efi.hoory

I want to change the playback rate of WMP control in c#. I use *.wav files.

(1) I have used the property Settings.rate, and I have found (by playing the media and measuring time) that the playback rate can't be less than 0.5 or grater than 8, although I can set Settings.rate to any value that I want.

I have looked at: http://msdn.microsoft.com/en-us/library/windows/desktop/dd564340(v=vs.85).aspx and I have found that Settings.rate can get values from 0 to 9.

I need to know how I can set the rate to values less than 0.5 or greater than 8.

(2) I need to know how WMP changes the playback rate: Does it drop samples or just play it slower / faster?

Thanks,

Efi.
 

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