Text To Speech (Naive Approach)

Subscribers:
317
Published on ● Video Link: https://www.youtube.com/watch?v=45T9WEGfOSc



Duration: 1:20
280 views
0


This program allows to record syllables/sounds, associate them with a string of characters and store them in a database. You can then write text and the program will split it into words, search for those words (or different parts of them up to 1 character) and play the associated samples if it finds any. It concatenates the samples overlapping/mixing them tail to head to give a sense of fluidity (but this needs work).
...
Written in C++
Custom OpenGL UI
OpenAL
SQLite







Tags:
text to speech.
c++
opengl