I am using the NAudio DLL and I am looking for example code for pitch shifting sound.
相关问题
- Can we recover audio from MFCC coefficients?
- Generic Generics in Managed C++
- Is there a way to play audio on a mobile browser w
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
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.