Christy’s Status Report for 3/27

Throughout this week, i completed implementing generating sound wave for the recorded audio. I referred to the code on this website, https://www.cssscript.com/audio-visualizer-with-html5-audio-element/.

Currently, the visualizer generate the waveform as it plays the sound in the playback. Once the playback stops, the waveform disappears. I am figuring out ways to display the waveform even after the playback ends. In order to do so, I need to capture each waveform, connect them all, and display.

Next thing i am working on is propagating the visualization to other users once the user decides to upload their audio. In order to do so, i need to utilize jquery & ajax to propagate the upload.

 

Leave a Reply

Your email address will not be published. Required fields are marked *