Talking Head - Hard
Soundboard

In this project we will be creating a soundboard for the talking head made in medium. This soundboard will allow us to press the buttons on the gamer lid to make the talking head say different things.

How it Works:

In order to make a soundboard we need to make a dictionary that will match specific buttons to the sound that we want to play.

Then before we start playing a sound we need to keep looping through all of the buttons until one of the buttons has been pressed. Then, the program looks at the soundboard for that particular sound that matched to that button and sets that sound to be the my_speech that will be played.

Try This: