soundboard from the show with hot questions and even hotter wings
inspired by @wesbos's Javascript Drum Kit from his course Javascript30 as well as Andre Madarang's dope syntax.fm soundboard
https://djm158.github.io/hotones-soundboard
Just open the index.html
file in your browser. No need to install anything.
You can change the key bindings by right clicking on the key box and selecting a new key.
I'm working on a python script to transcribe the audio from the show and save it to a text file. I'm currently using AssemblyAI's API to transcribe the audio. In the future, I'd like to use the transcriptions to generate funny sound effects for the soundboard.
I'm using pytubefix to download the audio from the show.
pip install pytubefix
python download_hotones.py
This will download the audio from the show and save it to the audio
folder.
To transcribe the audio, you'll need to install the AssemblyAI API and set up an API key.
pip install assemblyai
Then, you can transcribe the audio by running the following command.
python transcribe-assembly.py
This will transcribe the audio and save the transcripts to the transcripts
folder.