Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 848 Bytes

File metadata and controls

21 lines (12 loc) · 848 Bytes

Dynamic Drone Simulating Audio Visualizer

Overview

This visualizer has the capability of creating a 2d or 3d visualizer depending on the user's choice for any sound file inputted. It analyzes the magnitudes of frequencies and displays these energies through change in both height and color of different visual components. It uses Cinder's camera to create a drone-simulating effect.

Set up

Set up Cinder and clone repo and build using given CMakeLists.txt. Executables for the visualizer application and separate audio processing are already configured and can be used to run the visualization. Use keys 2 and 3 to switch between 2d and 3d visualizations instantaneously during the song

3d visualizer

2d visualizer

Dynamic Dimension Transitioning