A graphical spectral analyzer
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
- 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
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.
1.0
- initial release
- @trebmuh, LibraZiK: documentation
- @rghvdberg: software name
- @alcomposer, @unfa: suggestions for improvement