cmosd / Bela-Spectrogram

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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)

License:Apache License 2.0


Languages

Language:C++ 93.0%Language:Makefile 5.1%Language:CMake 1.9%