Kaichou-Project / kaichou-graduation

o7
11 stars 15 forks source link

Add soundboard sounds to DB #32

Open azuraga opened 3 years ago

azuraga commented 3 years ago

To allow for easy addition of new soundboard sounds while the site is up, as well as resource management and unity in general, it could be possible to add a sounds table to the database, that stores the sounds.

Looking at what is currently available for the soundboard, this would need to at least include:

RedMaps commented 3 years ago

Where would these be hosted? I definitely agree we should do this but i don't know of any services that let you host the files raw like that

TakoLeakest commented 3 years ago

Probably Soundcloud? They already have an API

azuraga commented 3 years ago

Maybe we could store the /sounds/* url links as they are shown in sound-board.tsx?

ElectricAlgorhythm commented 3 years ago

Even if we self-host in /sounds/, I think having it in the db would make it easier to add new sounds. So I'm on board with either way.

RedMaps commented 3 years ago

I think this should be put off until the rest of the page is finished for now. I'll give it an after rease tag or something