jessvb / convo

An interactive conversational programming agent.
MIT License
5 stars 1 forks source link

add playing sounds and Convo speaking abilities to program page #127

Closed zhujessica closed 3 years ago

zhujessica commented 3 years ago

Plays sounds when a user enters in a command like 'play dog sound' and also allows Convo to speak when the user asks Convo to say something (i.e. 'say hello world').

Also fixed an issue where the SID was't persisting in between refreshes. I saved this information in localStorage instead of generating a new one on each render.