DEV Community

Jose E Saura
Jose E Saura

Posted on • Edited on

1 1

I want to make an interactive website and I don't know where to start. Music inside, mixer inside, help pls :'(

Hi, basically, the final idea is to build a website where I have 2 parts:

Mixing/Music part.
Video part.

The idea is like a snowball, I began thinking about 2 simple things and now I'd love to do an interactive experience with a song, mixing it live.

My most important doubt is, how do I put different wav stems (parts of a song divided by instruments, ex:kick, snare, synths.) and play it all at once when you decide and enable and disable it with keys.

Okay, in the video part I want to layer videos that get enabled by pressing the same keys, each video is linked with a sound. If you enable one sound the video is visible...

The question is, what should I use to make the player/mixer??

Top comments (1)

Collapse
 
porgeet profile image
porgeet

Take a look at Howler JS to help you implement feature like layering audio.
howlerjs.com

Wes Bos does a good tutorial for it on his JavaScript 30 course, which is free javascript30.com

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay