Skip to content

jpcima/spectacle

Repository files navigation

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.

  • display the spectrum on logarithmic musical scale
  • control the parameters of the analysis that affect latency and precision
  • have zoom functionality and smooth interpolation
  • identify the value under cursor and the peaks

Controls

  • algorithm
    • STFT: sliding discrete Fourier transform
    • STFT xN: multi-rate STFT, providing a more precise lower spectrum for smaller resolutions
  • resolution: number of frequency points evaluated by STFT, greater CPU load in high values
  • step: linked to the rate of STFT updates, faster when low but also more CPU consuming
  • attack time: reaction delay to rapid increases of amplitude
  • release time: reaction delay to rapid decreases of amplitude

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.

Change log

1.0

  • initial release

Contributors

  • @trebmuh, LibraZiK: documentation
  • @rghvdberg: software name
  • @alcomposer, @unfa: suggestions for improvement