Skip to content

michaelvdow/SpotifyVisualizer

Repository files navigation

Spotify Visualizer

Spotify Visualizer is a real-time music visualizer using the Spotify Web API for your currently playing songs. Visualizer uses the BPM and the major pitches provided by the audio analysis from Spotify. Random colors mode changes color of visualizer based on BPM of song.

Visualizer example

Features

  • Fullscreen mode with 'F' key
  • Labels for song/artist
  • Color picker and random colors toggle
  • Hide labels with 'H' key

Setting Up

Clone this repository into Visual Studio and install the following software:

  • C++ REST SDK Install CPPRestSdk for Visual Studio. Right click the project in Visual Studio -> Manage NuGet Packages -> Browse and install the latest CppRestSdk package.
  • OpenFrameworks Download openframeworks for Visual Studio and use the Project Generator to add the following addons: ofxGui and ofxDatGui.

About

CS126 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages