I would like to know how can I create a custom voice (e.g., from my voice samples) that I can then use with the .NET Speech Synthesizer that ships with System.Speech.dll
.
- How to create the voice?
- How to save it in a format that .NET Speech Synthesizer understands? What is this format? Is it explained anywhere?
- How to use it? i.e., how to install it so it can be added to an instance of
System.Speech.SpeechSynthesizer
I have comes across some libraries like these [1,2,3,4] but they don’t seem to address this question.