NAudio pitch shifting
Asked Answered
A

1

12

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

Aerostation answered 30/4, 2011 at 17:21 Comment(2)
Why are we voting to close this? It's not the best phrased question, but a very common FAQ for audio DSP in .NETAphyllous
@MarkHeath, is NAudio capable of changing by Hz? I have an old recording that is a bit of pitch (not a complete semitone), and I want to fix it so I can add music to it. Is this doable with NAudio? Any sample usage?Manuelmanuela
A
8

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.

Aphyllous answered 1/5, 2011 at 7:7 Comment(2)
The link to the SuperPitch class is no longer available.Pigtail
seems there is currently a problem with the codeplex site. hopefully the outage is temporaryAphyllous

© 2022 - 2024 — McMap. All rights reserved.