Pitch control for a sound player?

  • Thread starter Thread starter talsharf
  • Start date Start date
T

talsharf

Hi everyone,
I have this small problem and I wonder if someone could put me in some
direction.
I am trying to build a simple sound generator, mainly for playing the
sound of a car's engine.
I found this wav file with a sound of a car and I need some way to be
able to play it and to control it's pitch. The pitch is important in
order to get the changing RPM (or speed) effect.
I managed to play it with the regular Audio object that is given with
the : Microsoft.DirectX.AudioVideoPlayback namespace. But this object
doesn't enable (as far as I saw...) any manipulation on the pitch.

Did someone found a way to do it in .NET ???

Thanks in advance,
Tal
 
Back
Top