Skip to content

A C++ Implementation of a spectrogram to run on (but not constrained to) the Bela Mini (https://bela.io)

License

Notifications You must be signed in to change notification settings

cmosd/Bela-Spectrogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bela-Spectrogram

A C++ Implementation of a spectrogram to run on (but not constrained to) the Bela Mini (https://bela.io)

Install

To make the project, clone it

git clone [email protected]:alexandrusoloms/Bela-Spectrogram.git

cd into it:

cd Bela-Spectrogram/

create a directory called build:

mkdir build

cd into build:

cd build/

run cmake on the previous directory:

cmake ..

run make in the current directory (build):

make

Example:

./Bela-Spectrogram fileName.wav outputFileName

TODO:

About

A C++ Implementation of a spectrogram to run on (but not constrained to) the Bela Mini (https://bela.io)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published