Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any library in C# that change human voice timbre

Tags:

c#

voice

I'm searching for library that change timbre of human voice. I want to make small changes like: change deep male voice to little bit higher (something like change bass to tenor).
I think that changing voice in wider range - changing male voice to woman voice is too complicated and there is no good tool to do that, Am I right?

like image 374
Marek Kwiendacz Avatar asked Nov 05 '22 00:11

Marek Kwiendacz


1 Answers

SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.

I think that changing the Pitch is what you're looking for...

like image 157
Jaime Oro Avatar answered Nov 15 '22 03:11

Jaime Oro