In this project we will be showing how to get the Raspberry Pi to convert given text such as "Hello World" into speach and then play it.
When we call the line speaker.say("Hello World")
, this tells the Raspberry Pi
to use its magical computing powers to play the given text in a robotic voice.
wait=True
to wait=False
?