I want to increase and decrease pitch of an audio file (.m4a, mp4, etc).
I am using Visual Studio 2008 and .NET Framework 3.5
I have tried out the following link from MSDN, but no success yet
Here in the above link, even after importing the Microsoft.Xna.Framework.Audio
, its not recognizing the SoundEffectInstance
and SoundEffect
class.
So is there any workaround for this problem?