DEV Community

Cover image for Adding TTS to the Twitch Shoutout Bot [Live Coding Recap]
ðŸ’ū bun9000
ðŸ’ū bun9000

Posted on • Updated on

Adding TTS to the Twitch Shoutout Bot [Live Coding Recap]

Streamed: 10/9 on Twitch

ðŸšĻ Streamer tool upgrade! During this live coding session, we added TTS functionality to the Twitch Shoutout Bot!

⭐ Star ⇒ Project Repository
💜 Follow ⇒ on Twitch and GitHub
ðŸ”ī Watch ⇒ Twitch VOD (replay)

Topic(s): Creating a single-purpose bot for shouting out Twitch team members and subscribers in chat
Language(s): Python, Javascript
Tech, Lib(s): VSCode, TwitchIO, websockets (SocketIO)

During the stream we...

✔ decided on an audio library to use (pygame)
✔ built out a little classymajig to play the audio
✔ added a method to the class to play tts
✔ debated endlessly on how to play mp3s from api calls w/python
✔ forgot to hide chrome while coding (hawwwkkwarrrd 🙄)
✔ got some help from jigo â™Ĩ tyyyyy
✔ tried using a diff library (cuz ofc)
✔ diff library was a bad choice 😎
✔ learned how eyebrows work ðŸĪŠ
✔ struggled w/ pygame holding on to files after it plays it, blocking subsequent tts calls
✔ resolved the bug and discovered a "technique" called "double-buffering"
✔ GOT TTS TO PLAY! implemented the function into event logic 😎
✔ cleaned up the code a bit and made commits to dev
✔ fed some sheep b4 we raided al sweigart :3
✔ accidentally hit the raid button too soon... 😏

In the next stream...

We'll tie up any loose ends and make sure everything is documented and easy to deploy... then start planning our next project!

Top comments (0)