jpcima / spectacle

Realtime graphical spectrum analyzer
ISC License
60 stars 5 forks source link
audio-plugin dpf fft spectral-analysis

Spectacle

A graphical spectral analyzer

screenshot

Introduction

Spectacle is a real-time spectral analyzer using the short-time Fourier transform, available as LV2 audio plugin and JACK client.

Controls

Compatibility notes

Some hosts on Linux, including Carla (as of 2.3.0), are unable to turn off the DSP when the VST editor is closed. The LV2 version is recommended in this case.

Build instructions

  1. Obtain prerequisites

Install needed packages:

  1. Check out the repository and submodules
git clone https://github.com/jpcima/spectacle.git
cd spectacle
git submodule update --init --recursive
  1. Compile
make

Change log

2.0

1.0

Contributors