Text to speech using python character by character | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Text to speech using python character by character

Hello I could find pytts to convert text to speech using python.... it speaks as banana for banana , but I need python to speak as B A N A N A (characters of words rather than entire spelling)... can I achieve the same ?

25th Apr 2019, 12:23 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
2 Answers
+ 1
for this, there is an easy answer. Record yourself saying each letter of the alphabet. Then in the program create an array of letters and for each letter play the audio acordingly. You should need an audio playing library though.
25th Apr 2019, 1:45 PM
Bebida Roja
Bebida Roja - avatar
+ 1
yes Bebida Roja , this could be the implementation.... anything else is available directly or this is the only way of doing the same is my concern now.
26th Apr 2019, 3:22 AM
Ketan Lalcheta
Ketan Lalcheta - avatar