calpoly-csai / swanton

Swanton Pacific Ranch chatbot with a knowledge graph
MIT License
3 stars 1 forks source link

TTS Implementation to RPi #11

Closed chidiewenike closed 3 years ago

chidiewenike commented 3 years ago

Objective

Take the TTS module created by @gwholland3 and implement it into the RPi4 with audio output.

Key Result

Deploy text_to_speech.py to the Raspberry Pi.

Details

chidiewenike commented 3 years ago

Required dependency: sudo apt-get update && sudo apt-get install espeak

chidiewenike commented 3 years ago

Finished through #9 and successfully tested on the RPi with the speaker.

chidiewenike commented 3 years ago

Great work @gwholland3