@prefix trn: <http://purl.org/stuff/transmissions/> .
@prefix pu: <http://purl.org/stuff/plugin-universe/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .

<http://purl.org/stuff/plugin-universe/plugin/spectacle-7eec6b3b>
    a trn:PluginProfile ;
    rdfs:label "Spectacle" ;
    trn:vendor "JP Cimalando" ;
    rdfs:comment "A real-time spectral analyzer using the short-time Fourier transform, with a logarithmic musical scale, zoom, smooth interpolation, and peak identification under the cursor." ;
    foaf:homepage <https://github.com/jpcima/spectacle> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/jpcima/spectacle/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/jpcima/spectacle/spectacle.jpg> ;
    schema:downloadUrl <https://github.com/jpcima/spectacle/releases/download/v2.0/spectacle-analyzer-v2.0-win32.zip> ;
    schema:downloadUrl <https://github.com/jpcima/spectacle/releases/download/v2.0/spectacle-analyzer-v2.0-win64.zip> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:LV2 ;
    pu:category <http://purl.org/stuff/plugin-universe/category/utility> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/analysis> ;
    pu:supportedPlatform pu:Windows ;
    pu:tag "visualizer" ;
    pu:tag "fft" ;
    pu:tag "spectral analysis" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .