Skip to content

jrwecler/Audio-Visualizer-Glitch-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jordan's Audio Visualizer - Assignment #4

http://a4-jrwecler.glitch.me

In this creative coding assignment, I created an audio visualizer using Canvas and the WebAudioAPI. Three songs can be played on my webpage while watching the waveform react to the music being played.

  • The goal of this application was to display the waveform in a less traditional way, by using dots instead of a full bar to show the height of the waveform at a specific point. Another goal was for the visualizer to be customizable in terms of color of the waveform.
  • Challenges included finding how to make the waveform start from the bottom, and understanding the fundamentals of how the WebAudio API worked.
  • Use the color slider to change the color of the dots that make up the waveform. Use the drop-down menu to select a song. Use the start and stop buttons to start and stop the selected song.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • HTML 10.0%
  • CSS 3.6%