@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/shoutvst-e25f9c0c>
    a trn:PluginProfile ;
    rdfs:label "ShoutVST" ;
    trn:vendor "Artur Iunusov" ;
    rdfs:comment "Streams audio from a VST host directly into Icecast/SHOUTcast, ideal for streaming live performances from applications like Traktor or Ableton without loopback methods" ;
    foaf:homepage <https://github.com/Iunusov/ShoutVST> ;
    rdfs:seeAlso <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/iunusov/shoutvst/index.json> ;
    foaf:depiction <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/iunusov/shoutvst/shoutvst.jpg> ;
    schema:downloadUrl <https://github.com/Iunusov/ShoutVST/releases/download/2.1.18/ShoutVST_x64.dll> ;
    schema:downloadUrl <https://github.com/Iunusov/ShoutVST/releases/download/2.1.18/ShoutVST_x86.dll> ;
    prov:wasDerivedFrom <https://open-audio-stack.github.io/open-audio-stack-registry/plugins/index.json> ;
    pu:category <http://purl.org/stuff/plugin-universe/category/utility> ;
    pu:supportedPlatform pu:Windows ;
    pu:tag "icecast" ;
    pu:tag "shoutcast" ;
    pu:tag "streaming" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .