+ 4
How to Add text to speech in a C++ program
I wanna create virtual assistant that speaks, Is there any way to add any text to speech to my program.
4 Respostas
+ 2
You need a graphics library for c++ that suports audio setup, more used in games but very good for your project. You can try OpenGL with GLUT, SFML, SDL or Vulkan. There will audio functions where you'll put the file directory of your speech, and in addition you'll be able to create a graphic interface.
0
I wouls strongly recommend SFML in particulur
0
Привет
0
Hello