You are browsing as a guest. Sign up (or log in) to start making projects!

7h 27m 55s logged

Devlog #3

Hello again everyone !
I finally finished working and the project is almost ready.
The project now has a working Auto feature finally and a audio visualizer on the background which actually respond to the music beats , (to the frequency of the music tbh). And I would not hide the fact that I used Claude to make these two features work , the auto feature and the visualizer.

Let me summarize the project feature :

  • You can upload your own muisc for random pauses
  • You can also choose some preloaded musics
  • finally the auto mode is working which auto start the palying after the random pauses (after 8 seconds of the random play)
  • the visualizer responding to the beat 😎.

Thank You !

0
83

Comments 2

@firancly

This looks pretty cool. How does the game work?

@PAPER_01

ok , lemme explain in short , Its a simple web-app , where you can either choose a pre-loaded music or you can drag and drop or select music from your device . Then you can choose the minimum and maximum time interval between which the player will stop at any random time (using Math.random) between those two interval and you can also choose auto feature where you the player will auto-start after 8 second of the random playing of music .about the visualizer , the visualizer connects the playing audio to an AnalyserNode, reads the frequency data , and draws animated bars on an html . As the music changes, the bar heights change too, creating a live audio visualization like effect.
Thanks for being my first comment on stardance . Have a nice day