@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/paulxstretch-69298d3c>
    a trn:PluginProfile ;
    rdfs:label "PaulXStretch" ;
    trn:vendor "Jesse Chappell" ;
    rdfs:comment "Extreme time-stretching and spectral processing plugin based on the PaulStretch algorithm, capable of turning short audio into hours-long ambient soundscapes." ;
    foaf:homepage <https://github.com/essej/paulxstretch> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/essej/paulxstretch/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/essej/paulxstretch/paulxstretch.jpg> ;
    schema:downloadUrl <https://github.com/essej/paulxstretch/releases/download/v1.6.0/paulxstretch-1.6.0-mac.dmg> ;
    schema:downloadUrl <https://github.com/essej/paulxstretch/releases/download/v1.6.0/paulxstretch-1.6.0-win.exe> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    trn:format trn:VST3 ;
    trn:format trn:AudioUnit ;
    trn:format trn:CLAP ;
    trn:format trn:AAX ;
    trn:format trn:Standalone ;
    pu:category <http://purl.org/stuff/plugin-universe/category/effect> ;
    pu:supportedPlatform pu:Windows ;
    pu:supportedPlatform pu:MacOS ;
    pu:tag "ambient" ;
    pu:tag "spectral processing" ;
    pu:tag "time stretching" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .