0
Change voice with code?
I know how to get the browser to read a text that i give it. Any ideas where to start to make somenthing like in the video? https://youtu.be/th2g9VC5yxM
1 Answer
+ 1
There are voice cloning projects on git hub that you can search for and you can analyze the code.
here's one.
https://github.com/CorentinJ/Real-Time-Voice-Cloning
You can also look into these areas to gain more inciteful information.
NAudio Framework
C# Voice and Tone Alert Generator
Microsoft speech SDK.
Happy coding.