How to add text to speach in python. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add text to speach in python.

I won to add voice to this code. https://code.sololearn.com/c9PfhertBDg0/?ref=app

13th Dec 2019, 8:05 PM
Arydev
Arydev - avatar
5 Answers
+ 3
You can't play sounds in the playground. You need an IDE where you can run Python codes. But making a text to speech converter can be very difficult, I think the easieast method is just to record each letter from A to Z and make a program to read string and write a file where wanted characters are connected, but it is also hard, atleast you might need some understanding in sound files.
13th Dec 2019, 11:38 PM
Seb TheS
Seb TheS - avatar
+ 3
Arydev You better not confuse "wont" and "want", "wont" means "don't want". Or with more advanced english "won't" means "will not", but saying "I wont use library for voice" would mean that you are not going to use the library.
14th Dec 2019, 8:04 AM
Seb TheS
Seb TheS - avatar
+ 2
𝕵𝖆𝖓 𝕸𝖆𝖗𝖐𝖚𝖘 Yes, but without those ready tools making good text to speech converter can be very hard you'd need to think how each byte would behave in computer.
14th Dec 2019, 7:42 AM
Seb TheS
Seb TheS - avatar
+ 1
@seb TheS thanks for corection
14th Dec 2019, 8:13 AM
Arydev
Arydev - avatar
0
I wont to use a library for voice.i don't want to create one."sory for my english"
14th Dec 2019, 7:59 AM
Arydev
Arydev - avatar