Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
Hello! I'm a student and planning to create my own Text-to-Speech for my project in our school. my problem is, is it possible to create my own TTS using my own voice? OR
Is it possible to change the pitch or to modulate the voice embedded in speech library?
Please help me, cause i need finish my project before the end of this month,APRIL.
So please help me in my project.
Thank you!
Posted
Updated 8-Oct-19 3:33am

Try to follow this link. It explain how to create your own custom voice to which you can convert any text captured
Create a Custom Voice - Speech Service - Azure Cognitive Services | Microsoft Docs[^]
 
Share this answer
 
Comments
Richard Deeming 8-Oct-19 13:18pm    
Azure Cognitive Services did not exist when this already solved question was asked.
Please Check out this article.

Text to Speech[^]
 
Share this answer
 
Comments
Jesus Christ's servant 15-Apr-13 4:20am    
Thank you onurag19, this is a great help for my project.:))
But is it still possible to create my own tts using my own voice?
or is it possible to create different output voices in speech library.?
because my project is all about room conversation where i need a lot of voices to be outputted of my system.
is it possible?
[no name] 15-Apr-13 4:28am    
I think you should google it out.
Jesus Christ's servant 15-Apr-13 4:37am    
I asked already my best-friend "GOOGLE" about this but he is not certain about what i'm looking for.
One time he led me in a site but it is just all about rate and pitches..:)))
Jesus Christ's servant 15-Apr-13 4:38am    
Speech Rate and Speech Pitch.
[no name] 15-Apr-13 4:47am    
http://www.codeproject.com/Articles/483347/Speech-recognition-speech-to-text-text-to-speech-a
You can do it very easily of you use System.Speech.Synthesis. You will need to reference the assembly "System.Speech.dll" which comes with .NET (a part of its FCL), so it is placed on GAC, so you reference it by the tab ".NET" of the Visual Studio window "Add Reference".

You can only choose one of the predefined voices installed on the system, if I'm not much mistaken.

—SA
 
Share this answer
 
Comments
Jesus Christ's servant 15-Apr-13 4:06am    
I already have a TTS but the voice output is like robot the reason why I want to create my own TTS using my own voice.
But is it possible to create my own TTS using my own voice?
or modifying the voice embedded in speech library, just in case I cannot change the voice ouput of speech library.?
Sergey Alexandrovich Kryukov 15-Apr-13 4:21am    
I don't think you can make better voice. This just reflects the level of technology. If you want to try, please see lower-level, SAPI.
—SA
Jesus Christ's servant 15-Apr-13 4:33am    
But is it possible to use my voice as the output voice of my system?
Sergey Alexandrovich Kryukov 15-Apr-13 10:58am    
I don't think so. How can you imagine that?
—SA
Jesus Christ's servant 15-Apr-13 20:31pm    
when i saw a TTS system using their own language and voice, so i thought it is possible to make my own TTS using my own voice.:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900