Giter VIP home page Giter VIP logo

audiovisualizer's Introduction

AudioVisualizer

An FFT based audio visualizer built with C++ and OpenGL

Goals

This project was meant to be my first forray into graphics programming and also audio file processing.

The architecture is pretty short and sweet. One object holds and initializes audio data from a .wav file. I sample this file at regular intervals and perform a FFT on the samples. This gives me logarithmic frequency data to feed to the OpenGL rendere object. This object then manipulates the patters of the data and passes the final numbers onto the shader for rendering.'

If you would like to see the debug output for just the FFT, uncomment the #define DEBUG_DRAW in AudioVis.h to see an FFT of your .wav similar to the one below:

The final visualizer dynamically responds to an inputted .wav file, just like the gif below.

Building

The included Visual Studio solution file should be self contained and links to all the libraries and tools in the /External folder. Open it up in VS2019 and run in whatever configuration you please.

Tools and libraries

  • SFML was used for audio file reading and sampling
  • A cheap FFT based on the Cooley-Turkey algorithm was implemented from here
  • Inspiration and boilerplate code for OpenGL was taken from my own tutorial repo
  • OpenGL tooling includes:
    • GLEW for extension management
    • GLFW for easy window and context work
    • GLM for math classes and methods

audiovisualizer's People

Contributors

jiwoojang avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.