Find, categorize, and play sound clips.
I like voice lines and I've been into this Hololive rabbit hole recently. Their VTubers create a lot of interesting noises. You can try visiting one here for Rushia and Pekora.
That's 2 websites to visit and I don't want that. I also want it to be dynamic and more general like a game hero's voice lines, sound effects, a podcast moment, and such.
-
Clone the repository
git clone https://github.com/SpookyGlitches/sound-board.git
-
Install packages
npm install
-
Rename .env.example to .env and supply it with details
-
Create the database using sequelize-cli
npx sequelize-cli db:create
-
Run the migrations
npx sequelize-cli db:migrate
-
Run the program
node app
You check the demo video here.