how make a program for converting text to speech in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how make a program for converting text to speech in c++

4th Nov 2017, 2:05 PM
Amrish Kumar.G
Amrish Kumar.G - avatar
6 Answers
+ 3
Code blocks isn't a compiler, and neither it nor the compiler have anything to do with the ability to create tts or speech recognition software. Speech recognition is generally a more complex task than text to speech. You can read about it as well, use your Google. Speaking of Google, the most straight forward way of building speech into your application would be to use some online API. Like this: https://cloud.google.com/speech/ . Though there are some offline speech recognition libraries too. Like these: http://lmgtfy.com/?q=speech+recognition+library+c%2B%2B
4th Nov 2017, 3:51 PM
deFault
0
can I do it in code blocks
4th Nov 2017, 2:21 PM
Amrish Kumar.G
Amrish Kumar.G - avatar
0
what about the code block compiler
4th Nov 2017, 2:51 PM
Amrish Kumar.G
Amrish Kumar.G - avatar
0
thx bro
4th Nov 2017, 3:41 PM
Amrish Kumar.G
Amrish Kumar.G - avatar
0
is speech to text also possible in code block compiler
4th Nov 2017, 3:42 PM
Amrish Kumar.G
Amrish Kumar.G - avatar