Text To Speech (Naive Approach)
Channel:
Subscribers:
317
Published on ● Video Link: https://www.youtube.com/watch?v=45T9WEGfOSc
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
Other Videos By Damian Reloaded
2017-12-04 | System Shock 2 Bullets/Hypos Grinding Trick |
2017-10-12 | Speech Recognition Convolutional Neural Network |
2017-09-17 | Timelapse: Tetris From Scratch in C++ on Linux for DOS! |
2017-07-08 | Path Of Exile Gameplay 02 |
2017-07-07 | 04 - Coding Linux X11 Matrix Rain Animated Desktop in C++ |
2017-07-06 | Path Of Exile Gameplay 01 |
2017-06-15 | 03 - Linux Programming - Xlib Plugin Based Desktop Environment From Scratch |
2017-06-04 | 02 - Linux Programming - Xlib Window - Non Accelerated Alpha blending - Sprite Animation - Github |
2017-05-28 | 01 - Installing X11, Development Libs And Running SuperTux Without Window Manager |
2017-02-19 | CRS-10 | Falcon 9 SciFi Themed |
2015-09-08 | Text To Speech (Naive Approach) |
2014-05-17 | Speech Recognition Neural Network |
Tags:
text to speech.
c++
opengl