Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.52 KB

hotones-soundboard

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

Development

Just open the index.html file in your browser. No need to install anything.

Key Bindings

You can change the key bindings by right clicking on the key box and selecting a new key.

Python Scripts

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.