This is an example app for the CustomMatPlot Library. It plots the frequency response of the incoming microphone signal or the chosen input in the device manager. The app is based on the SimpleFFT example from JUCE.
- Compiler that supports C++20 (TODO: support cxx 17)
- CMake 3.12
# Clone repository
git clone https://gitlab.com/frans.rosencrantz/realtime-frequency-plot-example.git
cd realtime-frequency-plot-example
# Update submodules
git submodule update --init
mkdir build
cd build
# Configure
cmake ../
# Build
make -j4
The MIT License (MIT)
Copyright (c) 2017-2022 Frans Rosencrantz
Free Software, Hell Yeah!