Skip to content

shortstheory/realtime-beat-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Beat Detection

Introduction

Used for obtaining a visual representation of the FFT of a specified sample taken real time from the computer's microphone using the RtAudio API.

Installation

First makes sure you have installed the required libraries using:

sudo apt install libfftw3-dev libfftw3-bin librtaudio-dev libsfml-dev cmake

Then run:

mkdir build
cd build
cmake ..
make

And then execute the program in the build/ folder using:

./realtime-beat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors