开发者

Pitch Shift with DirectSound

开发者 https://www.devze.com 2023-04-06 22:29 出处:网络
How to do pitchshifting with DirectSound in C#? I didn\'t find anything useful in Google. SetFrequency isn\'t good for me, beacuse this changes also the speed of the sound. I don\'t want to create a w

How to do pitchshifting with DirectSound in C#? I didn't find anything useful in Google. SetFrequency isn't good for me, beacuse this changes also the speed of the sound. I don't want to create a wav file for each pitch, beacuse that would result in a very开发者_JAVA百科 big software.

Thank You!


Take a look at this wikipedia article for getting an overview about timescale-pitch modifications of audio material.

And look at this similar so question for more info.

And here i found an implementation of the Short-Time Fourier Transform pitch shifter algorithm in C#.

0

精彩评论

暂无评论...
验证码 换一张
取 消