0
how make a program for converting text to speech in c++
6 Respostas
+ 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
+ 1
https://en.m.wikipedia.org/wiki/Speech_synthesis
http://lmgtfy.com/?q=Text+to+speech+c%2B%2B
https://www.codeproject.com/Articles/17897/audio-ostream-A-Text-to-Speech-ostream
0
can I do it in code blocks
0
what about the code block compiler
0
thx bro
0
is speech to text also possible in code block compiler