/Realtime-Frequency-Plot-Example

This is an example app for the CustomMatPlot Library.

Primary LanguageC++MIT LicenseMIT

Realtime frequency plot example app

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.

Image

Requirements

  • Compiler that supports C++20 (TODO: support cxx 17)
  • CMake 3.12

Build

# 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

License

The MIT License (MIT)

Copyright (c) 2017-2022 Frans Rosencrantz

Free Software, Hell Yeah!