Reputation: 737
I'd like to try creating some sound effects with the windows phone 7. I found a sample from microsoft that shows how to get the input from the microphone.
I don't know anything about sound manipulation through code - are there any example for changing the pitch, tone, etc of the microphone input?
Upvotes: 0
Views: 1127
Reputation: 65564
Take a look at Microsoft.Xna.Framework.Audio.SoundEffect. It has the ability to alter pitch and pan when playing a sound.
You could also try experimenting with the DopplerScale and DistanceScale.
Upvotes: 2