mehdiattar
mehdiattar

Reputation: 121

NAudio pitch shifting

I am using the NAudio DLL and I am looking for example code for pitch shifting sound.

Upvotes: 12

Views: 5280

Answers (1)

Mark Heath
Mark Heath

Reputation: 49482

There is an example of using NAudio for pitch shifting in the open source Skype Voice Changer project. See my article on Coding4Fun for more information on the project. The pitch shifter code itself is found in the SuperPitch class.

Upvotes: 8

Related Questions