Git Product home page Git Product logo

spectacle's Introduction

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.

Build instructions

  1. Obtain prerequisites

Install needed packages:

  • git
  • build-essential
  • pkg-config
  • libfftw3-dev
  • libx11-dev
  • libgl-dev
  • libjack-jackd2-dev or libjack-dev
  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

  • added accelerated OpenGL graphics
  • improved the default color scheme for readability
  • added multi-rate algorithms, to increase resolution in the low frequency range
  • adopted a more musically-relevant grid scale, and drawn minor grid lines
  • added support of custom palettes in manually written theme files
  • added a resizing handle
  • eliminated the requirement of xxd for building
  • renamed the standalone to avoid a conflict with existing programs

1.0

  • initial release

Contributors

  • @trebmuh, LibraZiK: documentation
  • @rghvdberg: software name
  • @alcomposer, @unfa: suggestions for improvement
  • @falkTX: the DISTRHO Plugin Framework, code contributions

spectacle's People

Contributors

jpcima avatar trebmuh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.