From: Jan Schmidt Date: Thu, 31 Jul 2008 22:15:17 +0000 (+0000) Subject: Release 0.10.8 X-Git-Tag: 1.19.3~507^2~20103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e020883ae767c09a646db06115a2aa6e49c657ce;p=platform%2Fupstream%2Fgstreamer.git Release 0.10.8 Original commit message from CVS: Release 0.10.8 --- diff --git a/ChangeLog b/ChangeLog index a74f5a7..853cc18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.8 === + +2008-07-28 Jan Schmidt + + * configure.ac: + releasing 0.10.8, "Vapour Trails" + 2008-07-25 Jan Schmidt * configure.ac: @@ -1282,7 +1289,7 @@ 2008-06-11 Sebastian Dröge - Based on a patch by: Sonicadvance1 at GMAIL dot COM + Based on a patch by: Ryan Houdek * ext/timidity/gstwildmidi.c: (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init): diff --git a/NEWS b/NEWS index 312fe0d..a278940 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,61 @@ -This is GStreamer Bad Plug-ins 0.10.7, "House of Cards" +This is GStreamer Bad Plug-ins 0.10.8, "Vapour Trails" + +Changes since 0.10.7: + + * Support shared desktops in RFB input + * Make the Quicktime codec wrapper work on win32 + * Experimental DVD navigation support + * Support AAC/H.264 in FLV files + * Fixes in the DirectShow codec wrapper + * Fix the Real codec wrapper plugin + * New deinterlace2 plugin incorporating TVtime deinterlacers + * Handle seeking, timestamps, duration in RAW video/audio parsers + * New DirectShow video sink for Win32 + * FAAD reverse playback support + * OSS4 support improvements + * MythTV seeking support + * SPC decoder now supports seeking, tags and duration queries + * Replaygain elements moved to Good + * Deinterleave/interleave elements fixed and moved to Good + * MPEG-4 video stream parser fixes + * Improved MPEG-TS parsing for DVB support + * Improvements in App source/sink + * RTP manager enhancements + +Bugs fixed since 0.10.7: + + * 533736 : [mythtvsrc] Seeking doesn't work + * 544050 : ext/timidity/gsttimidity.c : ISO C90 forbids mixed decla... + * 454151 : SPC plugin enhancements (patch) + * 506594 : [interleave] doesn't work with channels > 1 + * 521392 : Proposed patches for bayer2rgb encoding + * 525613 : [wildmidi] [PATCH] initializes library multiple times + * 528618 : amrwb plugin do not build without warning with the 3ggp s... + * 529359 : BBC Real Audio stream is just noise + * 530611 : [gstsrtenc] declare variables at beginning of block + * 531840 : QuickTime wrapper doesn't work on Win32 + * 531955 : gstrtpsession doesn't send RTCP bye on EOS + * 532723 : mpeg4videoparse should parse the codec data + * 533435 : wildmidi does not work + * 533559 : mpeg4videoparse should skip garbage + * 535043 : VCD plugin only plays first track + * 536042 : mpeg4videoparse broken on big endian architectures + * 536258 : interleave doesn't close properly + * 536856 : rtpmanager deadlocks when receiving new data while going ... + * 538560 : [mpegtsparse] static caps reference counter incremented i... + * 539292 : memory leak in mpegtsparse + * 539601 : [realvideodec] not-negotiated error if codec lib isn't found + * 541522 : cross mingw32 gcc: festival plugin compilation fix + * 541543 : fix HAVE_OSS4 detection code in configure.ac + * 543286 : deinterlace2 doesn't build outside gcc + * 543846 : [resindvd] Impossible to build from the first configure r... + * 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends + * 543860 : [modplug] Uses CFLAGS for CXXFLAGS + * 543861 : [resindvd] Some files not disted + * 544457 : -bad doesn't compile with MSVC + * 526905 : [musepack] Port to the new libmpcdec API + * 532011 : Deadlock in rtpsession + * 536309 : Seeking in pipeline with videoparse crashes Changes since 0.10.6: diff --git a/RELEASE b/RELEASE index 2e48321..f57666d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,14 +1,16 @@ -Release notes for GStreamer Bad Plug-ins 0.10.7 "House of Cards" +Release notes for GStreamer Bad Plug-ins 0.10.8 "Vapour Trails" The GStreamer team is proud to announce a new release -in the 0.10.x stable series of the GStreamer Bad Plug-ins. +in the 0.10.x stable series of the +GStreamer Bad Plug-ins. The 0.10.x series is a stable series targeted at end users. -It is, parallel installable with the older 0.8.x series. +It is not API or ABI compatible with the stable 0.8.x series. +It is, however, parallel installable with the 0.8.x series. @@ -58,65 +60,60 @@ contains a set of well-supported plug-ins, but might pose problems for Features of this release - * OSS v4 support - * libdc1394 2.0.0 support - * AAC support fixes - * RTP support improved - * New OFA element - * SRT subtitle encoder added - * Windows Inet support for http/ftp - * Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS - * Fixes in Bayer decoder, replaygain analysis, GSM decoder - * DVB/MPEG-TS support improved - * NSF decoder updated - * 'metadata' plugin enhancements - * Dirac encoder ported to libschroedinger - * mplex element ported to 0.10 - * VCD/CDXA parser ported to 0.10 - * Directshow wrapper improvements - * 'selector' plugin enhancements - * souphttpsrc moved to the -good module - * Various other fixes and enhancements + * Support shared desktops in RFB input + * Make the Quicktime codec wrapper work on win32 + * Experimental DVD navigation support + * Support AAC/H.264 in FLV files + * Fixes in the DirectShow codec wrapper + * Fix the Real codec wrapper plugin + * New deinterlace2 plugin incorporating TVtime deinterlacers + * Handle seeking, timestamps, duration in RAW video/audio parsers + * New DirectShow video sink for Win32 + * FAAD reverse playback support + * OSS4 support improvements + * MythTV seeking support + * SPC decoder now supports seeking, tags and duration queries + * Replaygain elements moved to Good + * Deinterleave/interleave elements fixed and moved to Good + * MPEG-4 video stream parser fixes + * Improved MPEG-TS parsing for DVB support + * Improvements in App source/sink + * RTP manager enhancements Bugs fixed in this release - * 498237 : nsfdec crash with SK8ORDIE. - * 529378 : faad leaks GstAudioChannelPosition - * 351309 : New Element: gst-puid - * 469979 : [faad] Could not map channel positions - setting caps on ... - * 494499 : replaygain analysis slowdown on low volume (denormals) - * 514948 : [souphttpsrc] configurable buffer size setting and zero-copy - * 514964 : [dc1394] port to new stable 2.0.x API - * 517937 : various C89 fixes - * 518227 : test/icles/metadata_editor.c does not compile on Windows - * 518722 : [souphttpsrc] append cookie headers to HTTP request - * 519905 : [mvedemux] fix audio discontinuity - * 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd... - * 520626 : Implement collision and loop detection in rtpmanager - * 520892 : [dshowvideosrc] latency and shutdown improvements - * 520894 : rtpmanager rtcp thread shutdown deadlock - * 520897 : new element: wininetsrc - * 521749 : [souphttpsrc] unit test fails on mandriva cooker - * 522134 : [souphttpsrc] Playback should continue seamlessly on serv... - * 522212 : wrong origin - * 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc... - * 523854 : [souphttpsrc] Glitches and crackling when playing things ... - * 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x - * 525271 : [new plugin] srtenc - * 526337 : souphttpsrc ignores connections error - * 527622 : [flvdemux] crash in FLV demuxer - * 528000 : [timidity] Doesn't dist all files correctly - * 528011 : [dc1394] Shouldn't be included in the states test - * 528245 : rtpbin element leaks - * 528266 : [ofa] Unit test fails because of different fingerprints - * 528614 : timeout introduced in poll loop for fd in dvbsrc causes b... - * 529283 : [ofa] Unit test leaks tag string - * 529285 : [rganalysis] Unit test leaks a GstTagList - * 517854 : DirectFB check fails - * 517895 : nas plugin no longer builds (configure.ac error) - * 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj... - * 525100 : does not build with --disable-external - * 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file + * 533736 : [mythtvsrc] Seeking doesn't work + * 544050 : ext/timidity/gsttimidity.c : ISO C90 forbids mixed decla... + * 454151 : SPC plugin enhancements (patch) + * 506594 : [interleave] doesn't work with channels > 1 + * 521392 : Proposed patches for bayer2rgb encoding + * 525613 : [wildmidi] [PATCH] initializes library multiple times + * 528618 : amrwb plugin do not build without warning with the 3ggp s... + * 529359 : BBC Real Audio stream is just noise + * 530611 : [gstsrtenc] declare variables at beginning of block + * 531840 : QuickTime wrapper doesn't work on Win32 + * 531955 : gstrtpsession doesn't send RTCP bye on EOS + * 532723 : mpeg4videoparse should parse the codec data + * 533435 : wildmidi does not work + * 533559 : mpeg4videoparse should skip garbage + * 535043 : VCD plugin only plays first track + * 536042 : mpeg4videoparse broken on big endian architectures + * 536258 : interleave doesn't close properly + * 536856 : rtpmanager deadlocks when receiving new data while going ... + * 538560 : [mpegtsparse] static caps reference counter incremented i... + * 539292 : memory leak in mpegtsparse + * 539601 : [realvideodec] not-negotiated error if codec lib isn't found + * 541522 : cross mingw32 gcc: festival plugin compilation fix + * 541543 : fix HAVE_OSS4 detection code in configure.ac + * 543286 : deinterlace2 doesn't build outside gcc + * 543846 : [resindvd] Impossible to build from the first configure r... + * 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends + * 543860 : [modplug] Uses CFLAGS for CXXFLAGS + * 543861 : [resindvd] Some files not disted + * 544457 : -bad doesn't compile with MSVC + * 526905 : [musepack] Port to the new libmpcdec API + * 532011 : Deadlock in rtpsession + * 536309 : Seeking in pipeline with videoparse crashes Download @@ -146,33 +143,33 @@ Applications Contributors to this release - * Andreas Henriksson + * Alessandro Decina * Andy Wingo + * Bastien Nocera + * Brian Koropoff + * Clive Wright * Damien Lespiau - * Daniel Fischer * David Schleef - * Ed Catmur - * Edgard Lima * Edward Hervey - * Emilio Pozuelo Monfort - * Eric Buehl + * Håvard Graff + * Ilja Pavkovic * Jan Schmidt - * Jan de Groot * Jens Granseuer * Julien Moutte - * Kapil Agrawal * Mark Nauwelaerts + * Martin Eikermann + * Michael Smith * Ole André Vadla Ravnås * Olivier Crete * Peter Kjellerstedt - * Rene Stadler + * Ryan Houdek * Sebastian Dröge + * Sebastian Pölsterl + * Sebastien Merle * Sjoerd Simons * Stefan Kost * Thijs Vermeir * Tim-Philipp Müller - * William M. Brack * Wim Taymans - * Wouter Cloetens * Zaheer Abbas Merali   \ No newline at end of file diff --git a/configure.ac b/configure.ac index da35d70..c504201 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer Bad Plug-ins, 0.10.7.3, +AC_INIT(GStreamer Bad Plug-ins, 0.10.8, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 450f666..3139a94 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -11,7 +11,7 @@ GstPitch::pitch gfloat -[0,1,10] +[0.1,10] rw Pitch Audio stream pitch. @@ -21,7 +21,7 @@ GstPitch::rate gfloat -[0,1,10] +[0.1,10] rw Rate Audio stream rate. @@ -31,7 +31,7 @@ GstPitch::tempo gfloat -[0,1,10] +[0.1,10] rw Tempo Audio stream tempo. @@ -1331,7 +1331,7 @@ GstSpeed::speed gfloat -[0,1,40] +[0.1,40] rwx speed speed. @@ -1839,6 +1839,26 @@ +GstRfbSrc::shared +gboolean + +rw +Share desktop with other clients +Share desktop with other clients. +TRUE + + + +GstRfbSrc::view-only +gboolean + +rw +Only view the desktop +only view the desktop. +FALSE + + + GstDeinterlace::blend gboolean @@ -16835,7 +16855,7 @@ rwx Dry-Wet-Balance Dry-Wet-Balance. -0,5 +0.5 @@ -17345,7 +17365,7 @@ rw Path where to search for RealPlayer codecs Path where to search for RealPlayer codecs. -"/usr/lib/win32:/usr/lib/codecs:/usr/lib/RealPlayer10/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs" +"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs" @@ -17385,7 +17405,7 @@ rw Path where to search for RealPlayer codecs Path where to search for RealPlayer codecs. -"/usr/lib/win32:/usr/lib/codecs:/usr/lib/RealPlayer10/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs" +"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs" @@ -17715,7 +17735,7 @@ rwx Pattern sensitivity The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest). -0,3 +0.3 @@ -17755,7 +17775,7 @@ rwx Pattern center The center of the black/white separation (0.0 = lowest, 1.0 highest). -0,5 +0.5 @@ -17905,7 +17925,7 @@ rw stereo stereo. -0,1 +0.1 @@ -21893,3 +21913,43 @@ 1 + +GstDeinterlace2::fields +GstDeinterlace2Fields + +rw +fields +Fields to use for deinterlacing. +All fields + + + +GstDeinterlace2::method +GstDeinterlace2Methods + +rw +Method +Deinterlace Method. +Greedy High Motion + + + +GstDeinterlace2::tff +GstDeinterlace2FieldLayout + +rw +tff +Deinterlace top field first. +Auto detection + + + +RsnDvdBin::device +gchar* + +rw +Device +DVD device location. +NULL + + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index b287b03..fb57256 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -1,7 +1,6 @@ GObject GstObject GstPad - GstInterleavePad GstPadTemplate GstSignalProcessorPadTemplate GstPluginFeature @@ -11,458 +10,120 @@ GObject GstElement GstBin GstPipeline - DvbBaseBin - GstRgVolume + GstSDPDemux GstRtpBin GstRtpClient - GstSDPDemux - GstBaseSink - AlsaSPDIFSink - GstSFSink - GstBaseAudioSink - GstJackAudioSink - GstAudioSink - GstSDLAudioSink - GstOss4Sink - GstVideoSink - GstSDLVideoSink - GstGLImageSink - GstFBDEVSink - GstMultiFileSink - GstAppSink - GstCDAudio - GstPitch + GstRgVolume + DvbBaseBin + RsnDvdBin + GstDeinterlace2 + GstBaseSrc + GstPushSrc + GstRfbSrc + GstDvbSrc + GstBaseAudioSrc + GstAudioSrc + GstOss4Source + GstVCDSrc + GstMMS + GstMythtvSrc + GstNeonhttpSrc + GstAppSrc + GstSFSrc + GstFLVDemux + GstNuvDemux GstBaseTransform - GstAudioFilter - GstBPMDetect - GstStereo - GstSpeexResample + GstIIR GstVideoFilter GstVideoAnalyse GstVideoDetect GstVideoMark + GstDeinterlace + GstSpeexResample GstRgAnalysis GstRgLimiter - GstIIR - GstDeinterlace GstBayer2RGB - GstVideoCrop - GstTimidity - GstWildmidi - GstWavpackParse - GstWavpackDec - GstWavpackEnc - GstBaseSrc - GstPushSrc - GstMMS - GstDc1394 - GstSouphttpSrc - GstNeonhttpSrc - GstBaseAudioSrc - GstAudioSrc - GstOss4Source - GstVCDSrc - GstDvbSrc - GstRfbSrc - GstSFSrc - GstAppSrc - GstSignalProcessor - ladspa-hardLimiter - ladspa-dj-eq-mono - ladspa-dj-eq - ladspa-branch-ia-oaoa - ladspa-branch-ic-ococ - ladspa-Exaggerate - ladspa-Transpose - ladspa-Accumulate - ladspa-sinusWavewrapper - ladspa-foverdrive - ladspa-mbeq - ladspa-delayorama - ladspa-tap-equalizer-bw - ladspa-crossoverDist - ladspa-fadDelay - ladspa-multivoiceChorus - ladspa-syncsquare-faga-oa - ladspa-syncsquare-fcga-oa - ladspa-smoothDecimate - ladspa-allpass-n - ladspa-allpass-l - ladspa-allpass-c - ladspa-fmOsc - ladspa-foldover - ladspa-valve - ladspa-difference-iama-oa - ladspa-difference-iamc-oa - ladspa-difference-icma-oa - ladspa-difference-icmc-oc - ladspa-Mvclpf-1 - ladspa-Mvclpf-2 - ladspa-Mvclpf-3 - ladspa-Mvclpf-4 - ladspa-alienwah-mono - ladspa-alienwah-stereo - ladspa-gongBeater - ladspa-Chorus1 - ladspa-Chorus2 - ladspa-hilbert - ladspa-tapeDelay - ladspa-sum-iaia-oa - ladspa-sum-iaic-oa - ladspa-sum-icic-oc - ladspa-matched - ladspa-sc1 - ladspa-combSplitter - ladspa-declip - ladspa-sc4m - ladspa-preamp - ladspa-lsFilter - ladspa-matrixMSSt - ladspa-lpf - ladspa-hpf - ladspa-quantiser50 - ladspa-plate - ladspa-inv - ladspa-diode - ladspa-quantiser100 - ladspa-tap-tubewarmth - ladspa-vcf-reslp - ladspa-vcf-lp - ladspa-vcf-hp - ladspa-vcf-bp1 - ladspa-vcf-bp2 - ladspa-vcf-notch - ladspa-vcf-peakeq - ladspa-vcf-lshelf - ladspa-vcf-hshelf - ladspa-dcRemove - ladspa-satanMaximiser - ladspa-syncpulse-fapaga-oa - ladspa-syncpulse-fcpcga-oa - ladspa-transient - ladspa-sc3 - ladspa-tap-sigmoid - ladspa-analogueOsc - ladspa-adsr - ladspa-sifter - ladspa-adsr-g+t - ladspa-ratio-nada-oa - ladspa-ratio-nadc-oa - ladspa-ratio-ncda-oa - ladspa-ratio-ncdc-oc - ladspa-giantFlange - ladspa-svf - ladspa-lp4pole-faraia-oa - ladspa-lp4pole-fcrcia-oa - ladspa-tap-pitch - ladspa-square-fa-oa - ladspa-square-fc-oa - ladspa-bandpass-a-iir - ladspa-amp-mono - ladspa-amp-stereo - ladspa-ringmod-2i1o - ladspa-ringmod-1i1o1l - ladspa-delay-n - ladspa-delay-l - ladspa-delay-c - ladspa-fmod-fama-oa - ladspa-fmod-famc-oa - ladspa-fmod-fcma-oa - ladspa-fmod-fcmc-oc - ladspa-gverb - ladspa-se4 - ladspa-gong - ladspa-bf2cube - ladspa-bf2quad - ladspa-bf2stereo - ladspa-fmh2oct - ladspa-encode-bformat - ladspa-encode-fmh - ladspa-bf-rotate-z - ladspa-fmh-rotate-z - ladspa-am - ladspa-analogue - ladspa-canyon-delay - ladspa-disintegrator - ladspa-sledgehammer - ladspa-delay-0-01s - ladspa-delay-0-1s - ladspa-delay-1s - ladspa-delay-5s - ladspa-delay-60s - ladspa-track-max-peak - ladspa-track-max-rms - ladspa-track-peak - ladspa-track-rms - ladspa-fmh2bf - ladspa-fbdelay-0-01s - ladspa-fbdelay-0-1s - ladspa-fbdelay-1s - ladspa-fbdelay-5s - ladspa-fbdelay-60s - ladspa-freeverb3 - ladspa-grain-scatter - ladspa-hard-gate - ladspa-identity-audio - ladspa-identity-control - ladspa-lofi - ladspa-logistic - ladspa-mixer - ladspa-noise-source-white - ladspa-null-ai - ladspa-null-ao - ladspa-null-ci - ladspa-null-co - ladspa-organ - ladspa-peak - ladspa-phasemod - ladspa-pink-interpolated-audio - ladspa-pink-full-frequency - ladspa-pink-sh - ladspa-compress-peak - ladspa-compress-rms - ladspa-expand-peak - ladspa-expand-rms - ladspa-limit-peak - ladspa-limit-rms - ladspa-sine-faaa - ladspa-sine-faac - ladspa-sine-fcaa - ladspa-sine-fcac - ladspa-syndrum - ladspa-vcf303 - ladspa-wshape-sine - ladspa-chebstortion - ladspa-lcrDelay - ladspa-divider - ladspa-random-fasa-oa - ladspa-random-fasc-oa - ladspa-random-fcsa-oa - ladspa-random-fcsc-oa - ladspa-lfoPhaser - ladspa-fourByFourPole - ladspa-autoPhaser - ladspa-surroundEncoder - ladspa-tap-reflector - ladspa-fastLookaheadLimiter - ladspa-quantiser20 - ladspa-vynil - ladspa-const - ladspa-product-iaia-oa - ladspa-product-iaic-oa - ladspa-product-icic-oc - ladspa-tap-reverb - ladspa-Pulse-VCO - ladspa-Saw-VCO - ladspa-Rec-VCO - ladspa-singlePara - ladspa-gate - ladspa-tap-dynamics-st - ladspa-Parametric1 - ladspa-sinCos - ladspa-matrixSpatialiser - ladspa-tap-limiter - ladspa-bodeShifterCV - ladspa-Phaser1 - ladspa-Phaser1+LFO - ladspa-decimator - ladspa-shaper - ladspa-triangle-fasa-oa - ladspa-triangle-fasc-oa - ladspa-triangle-fcsa-oa - ladspa-triangle-fcsc-oa - ladspa-matrixStMS - ladspa-djFlanger - ladspa-imp - ladspa-tap-dynamics-m - ladspa-xfade - ladspa-xfade4 - ladspa-tap-tremolo - ladspa-pitchScale - ladspa-pitchScaleHQ - ladspa-valveRect - ladspa-tap-pinknoise - ladspa-interpolator - ladspa-hermesFilter - ladspa-impulse-fc - ladspa-bodeShifter - ladspa-harmonicGen - ladspa-pulse-fapa-oa - ladspa-pulse-fapc-oa - ladspa-pulse-fcpa-oa - ladspa-pulse-fcpc-oa - ladspa-lowpass-iir - ladspa-tap-rotspeak - ladspa-tap-vibrato - ladspa-stepMuxer - ladspa-flanger - ladspa-amp - ladspa-dahdsr-g+t-audio - ladspa-dahdsr-g+t-control - ladspa-dahdsr-cg+t-control - ladspa-Sync-Saw-VCO - ladspa-Sync-Rect-VCO - ladspa-Sync-Tri-VCO - ladspa-bwxover-iir - ladspa-buttlow-iir - ladspa-butthigh-iir - ladspa-Mvchpf-1 - ladspa-tracker-gaaadaia-oa - ladspa-tracker-gaacdcia-oa - ladspa-tap-doubler - ladspa-amp-gaia-oa - ladspa-amp-gcia-oa - ladspa-sequencer16 - ladspa-sc2 - ladspa-dysonCompress - ladspa-decay - ladspa-alias - ladspa-SooperLooper - ladspa-vlevel-mono - ladspa-vlevel-stereo - ladspa-artificialLatency - ladspa-triplePara - ladspa-revdelay - ladspa-tap-equalizer - ladspa-retroFlange - ladspa-Ambisonics-mono-panner - ladspa-Ambisonics-stero-panner - ladspa-Ambisonics-rotator - ladspa-Ambisonics-square-decoder - ladspa-Ambisonics-hexagon-decoder - ladspa-G2reverb - ladspa-amPitchshift - ladspa-modDelay - ladspa-zm1 - ladspa-split - ladspa-tap-autopan - ladspa-rateShifter - ladspa-Filter - ladspa-Flanger - ladspa-Reverb - ladspa-VintageDelay - ladspa-RotarySpeaker - ladspa-Phaser - ladspa-Eq - ladspa-Eq2x2 - ladspa-Compress - ladspa-Pan - ladspa-PreampIII - ladspa-PreampIV - ladspa-ToneStack - ladspa-ToneStackLT - ladspa-AmpIII - ladspa-AmpIV - ladspa-AmpV - ladspa-AmpVTS - ladspa-CabinetI - ladspa-CabinetII - ladspa-Clip - ladspa-ChorusI - ladspa-StereoChorusI - ladspa-ChorusII - ladspa-StereoChorusII - ladspa-PhaserI - ladspa-PhaserII - ladspa-SweepVFI - ladspa-SweepVFII - ladspa-AutoWah - ladspa-Scape - ladspa-VCOs - ladspa-VCOd - ladspa-CEO - ladspa-Sin - ladspa-White - ladspa-Lorenz - ladspa-Roessler - ladspa-JVRev - ladspa-Plate - ladspa-Plate2x2 - ladspa-Click - ladspa-Dirac - ladspa-HRTF - ladspa-sequencer64 - ladspa-unmatched - ladspa-pointerCastDistortion - ladspa-comb - ladspa-tap-stereo-echo - ladspa-gsm - ladspa-highpass-iir - ladspa-vocoder - ladspa-karaoke - ladspa-jaminController - ladspa-tap-chorusflanger - ladspa-bandpass-iir - ladspa-sc4 - ladspa-sawtooth-fa-oa - ladspa-sawtooth-fc-oa - ladspa-waveTerrain - ladspa-notch-iir - ladspa-freqTracker - ladspa-comb-n - ladspa-comb-l - ladspa-comb-c - ladspa-sequencer32 - ladspa-tap-deesser - ladspa-noise-white - ladspa-super-60 - GstTRM - GstMusepackDec - GstMplex - GstBaseMetadata - GstMetadataDemux - GstMetadataMux - GstXvidEnc - GstXvidDec - GstX264Enc - GstFaad - GstFaac - GstDivxDec - GstDivxEnc - GstBz2enc - GstBz2dec - GstOss4Mixer - GstFestival + GstAudioFilter + GstStereo + GstBPMDetect + GstTtaParse + GstTtaDec + GstDVDSpu + GstFreeze + GstInterleave + GstDeinterleave + GstSpeed + GstY4mEncode + GstH264Parse MpegVideoParse - GstSwitch - GstSrtEnc + GstVMncDec GstInputSelector GstOutputSelector - GstRawParse - GstVideoParse - GstAudioParse - MpegTSParse - GstH264Parse - GstFreeze - GstModPlug - GstDVDSpu - GstXingMux GstRtpJitterBuffer GstRtpPtDemux GstRtpSession GstRtpSsrcDemux - GstMpeg4VParse - GstSpeed - GstQTDemux - GstBaseRTPDepayload - GstRtpXQTDepay - GstCDXAParse - GstVcdParse - GstNuvDemux - GstVMncDec + GstBaseSink + GstAppSink + GstFBDEVSink + GstBaseAudioSink + GstAudioSink + GstOss4Sink + GstNasSink + GstSDLAudioSink + GstJackAudioSink + AlsaSPDIFSink + GstSFSink + GstVideoSink + GstSDLVideoSink + GstDfbVideoSink + GstRawParse + GstVideoParse + GstAudioParse GstRealVideoDec GstRealAudioDec - GstInterleave - GstDeinterleave - GstTtaParse - GstTtaDec - GstY4mEncode + MpegTSParse GstNsfDec + GstCDXAParse + GstVcdParse + GstMpeg4VParse + GstSrtEnc GstMveDemux GstMveMux - GstGDPDepay - GstGDPPay - GstFLVDemux + GstModPlug + GstFestival + GstOss4Mixer + GstBaseMetadata + GstMetadataDemux + GstMetadataMux + GstX264Enc + GstTRM + GstDtsDec + GstFaac + GstGSMEnc + GstGSMDec + GstMpeg2enc + GstMusepackDec + GstPitch + GstXvidEnc + GstXvidDec + GstSignalProcessor + ladspa-noise-white + ladspa-delay-5s + ladspa-amp-mono + ladspa-amp-stereo + ladspa-sine-faaa + ladspa-sine-faac + ladspa-sine-fcaa + ladspa-sine-fcac + ladspa-lpf + ladspa-hpf + GstWildmidi + GstSpcDec + GstFaad + GstCDAudio + GstBz2enc + GstBz2dec GstBus GstTask GstClock @@ -473,12 +134,17 @@ GObject GstRingBuffer GstJackAudioSinkRingBuffer GstSignalObject + GstMixerTrack + GstMixerOptions + GstColorBalanceChannel GInterface + GTypePlugin GstChildProxy GstURIHandler - GstTagSetter + GstPropertyProbe GstImplementsInterface + GstMixer + GstTagSetter GstXOverlay GstNavigation - GstPropertyProbe - GstMixer + GstColorBalance diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index e7f4cd2..9b87545 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -1,19 +1,21 @@ GstBin GstChildProxy GstPipeline GstChildProxy -DvbBaseBin GstChildProxy GstURIHandler -GstRgVolume GstChildProxy +GstSDPDemux GstChildProxy GstRtpBin GstChildProxy GstRtpClient GstChildProxy -GstSDPDemux GstChildProxy -GstOss4Sink GstPropertyProbe -GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation -GstGLImageSink GstImplementsInterface GstXOverlay -GstMultiFileSink GstURIHandler -GstCDAudio GstURIHandler +GstRgVolume GstChildProxy +DvbBaseBin GstChildProxy GstURIHandler +RsnDvdBin GstChildProxy GstURIHandler +GstDeinterlace2 GstChildProxy +GstOss4Source GstPropertyProbe GstImplementsInterface GstMixer +GstVCDSrc GstURIHandler GstMMS GstURIHandler +GstMythtvSrc GstURIHandler GstNeonhttpSrc GstURIHandler -GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer -GstVCDSrc GstURIHandler GstAppSrc GstURIHandler +GstOss4Sink GstPropertyProbe +GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation +GstDfbVideoSink GstImplementsInterface GstColorBalance GstNavigation +GstOss4Mixer GstPropertyProbe GstImplementsInterface GstMixer GstMetadataMux GstTagSetter -GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer +GstCDAudio GstURIHandler diff --git a/docs/plugins/gst-plugins-bad-plugins.prerequisites b/docs/plugins/gst-plugins-bad-plugins.prerequisites index bb5fd3f..1765a75 100644 --- a/docs/plugins/gst-plugins-bad-plugins.prerequisites +++ b/docs/plugins/gst-plugins-bad-plugins.prerequisites @@ -1,7 +1,6 @@ GstChildProxy GstObject -GstTagSetter GstObject GstElement GstImplementsInterface GstObject GstElement -GstXOverlay GstObject GstImplementsInterface GstElement +GstMixer GstObject GstImplementsInterface GstElement GstTagSetter GstObject GstElement +GstXOverlay GstObject GstImplementsInterface GstElement GstColorBalance GstObject GstImplementsInterface GstElement -GstMixer GstObject GstImplementsInterface GstElement diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml index e1c413e..8e5e1d6 100644 --- a/docs/plugins/inspect/plugin-alsaspdif.xml +++ b/docs/plugins/inspect/plugin-alsaspdif.xml @@ -3,11 +3,11 @@ Alsa plugin for S/PDIF output ../../ext/alsaspdif/.libs/libgstalsaspdif.so libgstalsaspdif.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin alsaspdifsink diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index c77eda0..1b2f8c2 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,11 +3,11 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin appsink diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index 985a4fd..5b582fe 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,11 +3,11 @@ Elements to convert Bayer images ../../gst/bayer/.libs/libgstbayer.so libgstbayer.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin bayer2rgb diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index f8131d8..7dd2344 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -3,11 +3,11 @@ Compress or decompress streams ../../ext/bz2/.libs/libgstbz2.so libgstbz2.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin bz2dec diff --git a/docs/plugins/inspect/plugin-cdaudio.xml b/docs/plugins/inspect/plugin-cdaudio.xml index 5e5d909..a539ca2 100644 --- a/docs/plugins/inspect/plugin-cdaudio.xml +++ b/docs/plugins/inspect/plugin-cdaudio.xml @@ -3,11 +3,11 @@ Play CD audio through the CD Drive ../../ext/cdaudio/.libs/libgstcdaudio.so libgstcdaudio.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin cdaudio diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml index f76c520..6731b57 100644 --- a/docs/plugins/inspect/plugin-cdxaparse.xml +++ b/docs/plugins/inspect/plugin-cdxaparse.xml @@ -3,11 +3,11 @@ Parse a .dat file (VCD) into raw mpeg1 ../../gst/cdxaparse/.libs/libgstcdxaparse.so libgstcdxaparse.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin cdxaparse diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml index 685d9c3..2d0b6bd 100644 --- a/docs/plugins/inspect/plugin-dfbvideosink.xml +++ b/docs/plugins/inspect/plugin-dfbvideosink.xml @@ -3,10 +3,10 @@ DirectFB video output plugin ../../ext/directfb/.libs/libgstdfbvideosink.so libgstdfbvideosink.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index bbb2510..a9f6304 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,11 +3,11 @@ Decodes DTS audio streams ../../ext/dts/.libs/libgstdtsdec.so libgstdtsdec.so - 0.10.7.1 + 0.10.8 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin dtsdec diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index 40c9965..b28520c 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -3,11 +3,11 @@ DVB elements ../../sys/dvb/.libs/libgstdvb.so libgstdvb.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin dvbbasebin diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index 1320185..a519849 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,11 +3,11 @@ DVD Sub-picture Overlay element ../../gst/dvdspu/.libs/libgstdvdspu.so libgstdvdspu.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin dvdspu diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index 09bc2e9..9809d80 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -3,11 +3,11 @@ Free AAC Encoder (FAAC) ../../ext/faac/.libs/libgstfaac.so libgstfaac.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin faac diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index acffb24..63cffe8 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,11 +3,11 @@ Free AAC Decoder (FAAD) ../../ext/faad/.libs/libgstfaad.so libgstfaad.so - 0.10.7.1 + 0.10.8 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin faad diff --git a/docs/plugins/inspect/plugin-fbdevsink.xml b/docs/plugins/inspect/plugin-fbdevsink.xml index 488a148..1ffc46e 100644 --- a/docs/plugins/inspect/plugin-fbdevsink.xml +++ b/docs/plugins/inspect/plugin-fbdevsink.xml @@ -3,11 +3,11 @@ linux framebuffer video sink ../../sys/fbdev/.libs/libgstfbdevsink.so libgstfbdevsink.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin fbdevsink diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index 163b2e3..7729e35 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -3,11 +3,11 @@ Synthesizes plain text into audio ../../gst/festival/.libs/libgstfestival.so libgstfestival.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin festival diff --git a/docs/plugins/inspect/plugin-filter.xml b/docs/plugins/inspect/plugin-filter.xml index c47d4f9..3884a9e 100644 --- a/docs/plugins/inspect/plugin-filter.xml +++ b/docs/plugins/inspect/plugin-filter.xml @@ -3,11 +3,11 @@ IIR audio filter element ../../gst/filter/.libs/libgstfilter.so libgstfilter.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin iir diff --git a/docs/plugins/inspect/plugin-flvdemux.xml b/docs/plugins/inspect/plugin-flvdemux.xml index 278f372..38efba3 100644 --- a/docs/plugins/inspect/plugin-flvdemux.xml +++ b/docs/plugins/inspect/plugin-flvdemux.xml @@ -3,11 +3,11 @@ Element demuxing FLV stream ../../gst/flv/.libs/libgstflvdemux.so libgstflvdemux.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin flvdemux diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml index ac725f6..36074a8 100644 --- a/docs/plugins/inspect/plugin-freeze.xml +++ b/docs/plugins/inspect/plugin-freeze.xml @@ -3,11 +3,11 @@ Stream freezer ../../gst/freeze/.libs/libgstfreeze.so libgstfreeze.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin freeze diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 864ca7c..130bc93 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,11 +3,11 @@ GSM encoder/decoder ../../ext/gsm/.libs/libgstgsm.so libgstgsm.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin gsmdec diff --git a/docs/plugins/inspect/plugin-gstinterlace.xml b/docs/plugins/inspect/plugin-gstinterlace.xml index aa2dbbe..5cbbea8 100644 --- a/docs/plugins/inspect/plugin-gstinterlace.xml +++ b/docs/plugins/inspect/plugin-gstinterlace.xml @@ -3,11 +3,11 @@ Deinterlace video ../../gst/deinterlace/.libs/libgstdeinterlace.so libgstdeinterlace.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin deinterlace diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index f128d00..361f40d 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -3,11 +3,11 @@ RTP session management plugin library ../../gst/rtpmanager/.libs/libgstrtpmanager.so libgstrtpmanager.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin gstrtpbin diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml index ccf5ec6..1efe813 100644 --- a/docs/plugins/inspect/plugin-h264parse.xml +++ b/docs/plugins/inspect/plugin-h264parse.xml @@ -3,11 +3,11 @@ Element parsing raw h264 streams ../../gst/h264parse/.libs/libgsth264parse.so libgsth264parse.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin h264parse diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 99b0300..8f0177e 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,11 +3,11 @@ Jack elements ../../ext/jack/.libs/libgstjack.so libgstjack.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin jackaudiosink diff --git a/docs/plugins/inspect/plugin-ladspa.xml b/docs/plugins/inspect/plugin-ladspa.xml index 1e8b12d..889e1c6 100644 --- a/docs/plugins/inspect/plugin-ladspa.xml +++ b/docs/plugins/inspect/plugin-ladspa.xml @@ -3,129 +3,18 @@ All LADSPA plugins ../../ext/ladspa/.libs/libgstladspa.so libgstladspa.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin - ladspa-adsr - ADSR Hüllkurve - Filter/Effect/Audio/LADSPA - ADSR Hüllkurve - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Driving_Signal - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Envelope_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-adsr-g+t - ADSR Hüllkurve mit Gatter und Auslöseimpuls - Filter/Effect/Audio/LADSPA - ADSR Hüllkurve mit Gatter und Auslöseimpuls - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gatter - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Ausl--ser - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Envelope_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-alias - Aliasing - Filter/Effect/Audio/LADSPA - Aliasing - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-allpass-c - Allpass delay line, cubic spline interpolation - Filter/Effect/Audio/LADSPA - Allpass delay line, cubic spline interpolation - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-allpass-l - Allpass delay line, linear interpolation - Filter/Effect/Audio/LADSPA - Allpass delay line, linear interpolation - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-allpass-n - Allpass delay line, noninterpolating + ladspa-amp-mono + Mono Amplifier Filter/Effect/Audio/LADSPA - Allpass delay line, noninterpolating - Andy Wingo <wingo at pobox dot com> + Mono Amplifier + Richard Furse (LADSPA example plugins) Input @@ -142,68 +31,32 @@ - ladspa-am - Amplitude Modulator - Filter/Effect/Audio/LADSPA - Amplitude Modulator - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_1 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_2 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-amPitchshift - AM pitchshifter + ladspa-amp-stereo + Stereo Amplifier Filter/Effect/Audio/LADSPA - AM pitchshifter - Steve Harris <steve@plugin.org.uk> + Stereo Amplifier + Richard Furse (LADSPA example plugins) - Input + Input_-Left- sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Output + Output_-Left- source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
- - ladspa-amp - Simple amplifier - Filter/Effect/Audio/LADSPA - Simple amplifier - Steve Harris <steve@plugin.org.uk> - - Input + Input_-Right- sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Output + Output_-Right- source always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -211,19 +64,13 @@
- ladspa-amp-gaia-oa - Amplifier (GAIA) + ladspa-delay-5s + Simple Delay Line Filter/Effect/Audio/LADSPA - Amplifier (GAIA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> + Simple Delay Line + Richard Furse (LADSPA example plugins) - Verst--rkung_-dB- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- Input sink always @@ -238,11 +85,11 @@
- ladspa-amp-gcia-oa - Amplifier (GCIA) + ladspa-hpf + Simple High Pass Filter Filter/Effect/Audio/LADSPA - Amplifier (GCIA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> + Simple High Pass Filter + Richard Furse (LADSPA example plugins) Input @@ -259,10 +106,10 @@ - ladspa-amp-mono - Mono Amplifier + ladspa-lpf + Simple Low Pass Filter Filter/Effect/Audio/LADSPA - Mono Amplifier + Simple Low Pass Filter Richard Furse (LADSPA example plugins) @@ -280,59 +127,11 @@ - ladspa-amp-stereo - Stereo Amplifier - Filter/Effect/Audio/LADSPA - Stereo Amplifier - Richard Furse (LADSPA example plugins) - - - Input_-Left- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Right- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-analogue - Analogue Voice - Source/Audio/LADSPA - Analogue Voice - CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) - - - Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-analogueOsc - Analogue Oscillator + ladspa-noise-white + White Noise Source Source/Audio/LADSPA - Analogue Oscillator - Steve Harris <steve@plugin.org.uk> + White Noise Source + Richard Furse (LADSPA example plugins) Output @@ -343,35 +142,20 @@ - ladspa-artificialLatency - Artificial latency + ladspa-sine-faaa + Sine Oscillator (Freq:audio, Amp:audio) Filter/Effect/Audio/LADSPA - Artificial latency - Steve Harris <steve@plugin.org.uk> + Sine Oscillator (Freq:audio, Amp:audio) + Richard Furse (LADSPA example plugins) - Input + Frequency_-Hz- sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
- Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-autoPhaser - Auto phaser - Filter/Effect/Audio/LADSPA - Auto phaser - Steve Harris <steve@plugin.org.uk> - - - Input + Amplitude sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -385,14 +169,14 @@
- ladspa-bandpass-a-iir - Glame Bandpass Analog Filter + ladspa-sine-faac + Sine Oscillator (Freq:audio, Amp:control) Filter/Effect/Audio/LADSPA - Glame Bandpass Analog Filter - Alexander Ehlert <mag@glame.de> + Sine Oscillator (Freq:audio, Amp:control) + Richard Furse (LADSPA example plugins) - Input + Frequency_-Hz- sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -406,14 +190,14 @@
- ladspa-bandpass-iir - Glame Bandpass Filter + ladspa-sine-fcaa + Sine Oscillator (Freq:control, Amp:audio) Filter/Effect/Audio/LADSPA - Glame Bandpass Filter - Alexander Ehlert <mag@glame.de> + Sine Oscillator (Freq:control, Amp:audio) + Richard Furse (LADSPA example plugins) - Input + Amplitude sink always
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
@@ -427,5287 +211,13 @@
- ladspa-bf-rotate-z - Ambisonic Rotation (B-Format, Horizontal) - Filter/Effect/Audio/LADSPA - Ambisonic Rotation (B-Format, Horizontal) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) + ladspa-sine-fcac + Sine Oscillator (Freq:control, Amp:control) + Source/Audio/LADSPA + Sine Oscillator (Freq:control, Amp:control) + Richard Furse (LADSPA example plugins) - Input_-W- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-X- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Y- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Z- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-W- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-X- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Y- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Z- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-bf2cube - Ambisonic Decoder (B-Format to Cube) - Filter/Effect/Audio/LADSPA - Ambisonic Decoder (B-Format to Cube) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_-W- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-X- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Y- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Z- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Base_Front_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Base_Front_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Base_Back_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Base_Back_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Top_Front_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Top_Front_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Top_Back_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Top_Back_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-bf2quad - Ambisonic Decoder (B-Format to Quad) - Filter/Effect/Audio/LADSPA - Ambisonic Decoder (B-Format to Quad) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_-W- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-X- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Y- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Z- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Front_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Front_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Back_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Back_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-bf2stereo - Ambisonic Decoder (B-Format to Stereo) - Filter/Effect/Audio/LADSPA - Ambisonic Decoder (B-Format to Stereo) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_-W- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-X- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Y- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Z- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-bodeShifter - Bode frequency shifter - Filter/Effect/Audio/LADSPA - Bode frequency shifter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Down_out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Up_out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-bodeShifterCV - Bode frequency shifter (CV) - Filter/Effect/Audio/LADSPA - Bode frequency shifter (CV) - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Shift_CV - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Down_out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Up_out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Mix_out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-branch-ia-oaoa - Signal Branch (IA) - Filter/Effect/Audio/LADSPA - Signal Branch (IA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - First_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Second_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-branch-ic-ococ - Signal Branch (IC) - Source/Audio/LADSPA - Signal Branch (IC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - - - - ladspa-butthigh-iir - GLAME Butterworth Highpass - Filter/Effect/Audio/LADSPA - GLAME Butterworth Highpass - Alexander Ehlert <mag@glame.de> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-buttlow-iir - GLAME Butterworth Lowpass - Filter/Effect/Audio/LADSPA - GLAME Butterworth Lowpass - Alexander Ehlert <mag@glame.de> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-bwxover-iir - Glame Butterworth X-over Filter - Filter/Effect/Audio/LADSPA - Glame Butterworth X-over Filter - Alexander Ehlert <mag@glame.de> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - LP-Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - HP-Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-canyon-delay - Canyon Delay - Filter/Effect/Audio/LADSPA - Canyon Delay - CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) - - - In_-Left- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In_-Right- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out_-Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out_-Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-chebstortion - Chebyshev distortion - Filter/Effect/Audio/LADSPA - Chebyshev distortion - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-comb - Comb Filter - Filter/Effect/Audio/LADSPA - Comb Filter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-comb-c - Comb delay line, cubic spline interpolation - Filter/Effect/Audio/LADSPA - Comb delay line, cubic spline interpolation - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-comb-l - Comb delay line, linear interpolation - Filter/Effect/Audio/LADSPA - Comb delay line, linear interpolation - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-comb-n - Comb delay line, noninterpolating - Filter/Effect/Audio/LADSPA - Comb delay line, noninterpolating - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-combSplitter - Comb Splitter - Filter/Effect/Audio/LADSPA - Comb Splitter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_1 - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_2 - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-compress-peak - Simple Compressor (Peak Envelope Tracking) - Filter/Effect/Audio/LADSPA - Simple Compressor (Peak Envelope Tracking) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-compress-rms - Simple Compressor (RMS Envelope Tracking) - Filter/Effect/Audio/LADSPA - Simple Compressor (RMS Envelope Tracking) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-const - Constant Signal Generator - Filter/Effect/Audio/LADSPA - Constant Signal Generator - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-crossoverDist - Crossover distortion - Filter/Effect/Audio/LADSPA - Crossover distortion - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-dahdsr-cg+t-control - DAHDSR Envelope with Control Gate and Trigger (Control Inputs) - Source/Audio/LADSPA - DAHDSR Envelope with Control Gate and Trigger (Control Inputs) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Envelope_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-dahdsr-g+t-audio - DAHDSR Hullkurve mit Gatter und Auslöseimpuls (Audio Eingänge) - Filter/Effect/Audio/LADSPA - DAHDSR Hullkurve mit Gatter und Auslöseimpuls (Audio Eingänge) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gatter - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Ausl--ser - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Verz--gerungszeit_-s- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Einschwingzeit_-s- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Haltezeit_-s- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Abklingzeit_-s- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Haltewert - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Ausklingzeit_-s- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Envelope_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-dahdsr-g+t-control - DAHDSR Hüllkurve mit Gatter und Auslöseimpuls (Kontroll Eingänge) - Filter/Effect/Audio/LADSPA - DAHDSR Hüllkurve mit Gatter und Auslöseimpuls (Kontroll Eingänge) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gatter - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Ausl--ser - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Envelope_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-dcRemove - DC Offset Remover - Filter/Effect/Audio/LADSPA - DC Offset Remover - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-decay - Exponential signal decay - Filter/Effect/Audio/LADSPA - Exponential signal decay - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-decimator - Decimator - Filter/Effect/Audio/LADSPA - Decimator - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-declip - Declipper - Filter/Effect/Audio/LADSPA - Declipper - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-0-01s - Echo Delay Line (Maximum Delay 0,01s) - Filter/Effect/Audio/LADSPA - Echo Delay Line (Maximum Delay 0,01s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-0-1s - Echo Delay Line (Maximum Delay 0,1s) - Filter/Effect/Audio/LADSPA - Echo Delay Line (Maximum Delay 0,1s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-1s - Echo Delay Line (Maximum Delay 1s) - Filter/Effect/Audio/LADSPA - Echo Delay Line (Maximum Delay 1s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-5s - Simple Delay Line - Filter/Effect/Audio/LADSPA - Simple Delay Line - Richard Furse (LADSPA example plugins) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-60s - Echo Delay Line (Maximum Delay 60s) - Filter/Effect/Audio/LADSPA - Echo Delay Line (Maximum Delay 60s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-c - Simple delay line, cubic spline interpolation - Filter/Effect/Audio/LADSPA - Simple delay line, cubic spline interpolation - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-l - Simple delay line, linear interpolation - Filter/Effect/Audio/LADSPA - Simple delay line, linear interpolation - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delay-n - Simple delay line, noninterpolating - Filter/Effect/Audio/LADSPA - Simple delay line, noninterpolating - Andy Wingo <wingo at pobox dot com> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-delayorama - Delayorama - Filter/Effect/Audio/LADSPA - Delayorama - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-difference-iama-oa - Signal Difference (IAMA) - Filter/Effect/Audio/LADSPA - Signal Difference (IAMA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_to_Subtract - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Difference_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-difference-iamc-oa - Signal Difference (IAMC) - Filter/Effect/Audio/LADSPA - Signal Difference (IAMC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Difference_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-difference-icma-oa - Signal Difference (ICMA) - Filter/Effect/Audio/LADSPA - Signal Difference (ICMA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input_to_Subtract - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Difference_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-difference-icmc-oc - Signal Difference (ICMC) - Source/Audio/LADSPA - Signal Difference (ICMC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - - - - ladspa-diode - Diode Processor - Filter/Effect/Audio/LADSPA - Diode Processor - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-disintegrator - Disintegrator - Filter/Effect/Audio/LADSPA - Disintegrator - CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-divider - Audio Divider (Suboctave Generator) - Filter/Effect/Audio/LADSPA - Audio Divider (Suboctave Generator) - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-dj-eq - DJ EQ - Filter/Effect/Audio/LADSPA - DJ EQ - Steve Harris <steve@plugin.org.uk> - - - Input_L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_R - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_L - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_R - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-dj-eq-mono - DJ EQ (mono) - Filter/Effect/Audio/LADSPA - DJ EQ (mono) - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-djFlanger - DJ flanger - Filter/Effect/Audio/LADSPA - DJ flanger - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-dysonCompress - Dyson compressor - Filter/Effect/Audio/LADSPA - Dyson compressor - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-encode-bformat - Ambisonic Encoder (B-Format) - Filter/Effect/Audio/LADSPA - Ambisonic Encoder (B-Format) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-W- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-X- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Y- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Z- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-encode-fmh - Ambisonic Encoder (FMH-Format) - Filter/Effect/Audio/LADSPA - Ambisonic Encoder (FMH-Format) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-W- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-X- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Y- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Z- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-R- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-S- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-T- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-U- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-V- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-expand-peak - Simple Expander (Peak Envelope Tracking) - Filter/Effect/Audio/LADSPA - Simple Expander (Peak Envelope Tracking) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-expand-rms - Simple Expander (RMS Envelope Tracking) - Filter/Effect/Audio/LADSPA - Simple Expander (RMS Envelope Tracking) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fadDelay - Fractionally Addressed Delay Line - Filter/Effect/Audio/LADSPA - Fractionally Addressed Delay Line - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fastLookaheadLimiter - Fast Lookahead limiter - Filter/Effect/Audio/LADSPA - Fast Lookahead limiter - Steve Harris <steve@plugin.org.uk> - - - Input_1 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_2 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_1 - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_2 - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fbdelay-0-01s - Feedback Delay Line (Maximum Delay 0,01s) - Filter/Effect/Audio/LADSPA - Feedback Delay Line (Maximum Delay 0,01s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fbdelay-0-1s - Feedback Delay Line (Maximum Delay 0,1s) - Filter/Effect/Audio/LADSPA - Feedback Delay Line (Maximum Delay 0,1s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fbdelay-1s - Feedback Delay Line (Maximum Delay 1s) - Filter/Effect/Audio/LADSPA - Feedback Delay Line (Maximum Delay 1s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fbdelay-5s - Feedback Delay Line (Maximum Delay 5s) - Filter/Effect/Audio/LADSPA - Feedback Delay Line (Maximum Delay 5s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fbdelay-60s - Feedback Delay Line (Maximum Delay 60s) - Filter/Effect/Audio/LADSPA - Feedback Delay Line (Maximum Delay 60s) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-flanger - Flanger - Filter/Effect/Audio/LADSPA - Flanger - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmOsc - FM Oscillator - Filter/Effect/Audio/LADSPA - FM Oscillator - Steve Harris <steve@plugin.org.uk> - - - Frequency_-Hz- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmh-rotate-z - Ambisonic Rotation (FMH-Format, Horizontal) - Filter/Effect/Audio/LADSPA - Ambisonic Rotation (FMH-Format, Horizontal) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_-W- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-X- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Y- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Z- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-R- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-S- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-T- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-U- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-V- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-W- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-X- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Y- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Z- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-R- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-S- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-T- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-U- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-V- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmh2bf - FMH-Format to B-Format (Discards RSTUV Channels) - Filter/Effect/Audio/LADSPA - FMH-Format to B-Format (Discards RSTUV Channels) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_-W- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-X- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Y- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Z- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-R- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-S- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-T- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-U- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-V- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-W- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-X- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Y- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Z- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmh2oct - Ambisonic Decoder (FMH-Format to Octagon) - Filter/Effect/Audio/LADSPA - Ambisonic Decoder (FMH-Format to Octagon) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_-W- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-X- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Y- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Z- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-R- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-S- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-T- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-U- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-V- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Front_Front_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Front_Front_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Front_Right_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Back_Right_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Back_Back_Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Back_Back_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Back_Left_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Front_Left_Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmod-fama-oa - Frequenz Modulator (FAMA) - Filter/Effect/Audio/LADSPA - Frequenz Modulator (FAMA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz_-Hz- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Modulation_-Octaves- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Modulierte_Frequenz_-Hz- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmod-famc-oa - Frequenz Modulator (FAMC) - Filter/Effect/Audio/LADSPA - Frequenz Modulator (FAMC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz_-Hz- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Modulierte_Frequenz_-Hz- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmod-fcma-oa - Frequenz Modulator (FCMA) - Filter/Effect/Audio/LADSPA - Frequenz Modulator (FCMA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Modulation_-Octaves- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Modulierte_Frequenz_-Hz- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fmod-fcmc-oc - Frequenz Modulator (FCMC) - Source/Audio/LADSPA - Frequenz Modulator (FCMC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - - - - ladspa-foldover - Foldover distortion - Filter/Effect/Audio/LADSPA - Foldover distortion - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-fourByFourPole - 4 x 4 pole allpass - Filter/Effect/Audio/LADSPA - 4 x 4 pole allpass - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-foverdrive - Fast overdrive - Filter/Effect/Audio/LADSPA - Fast overdrive - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-freeverb3 - Freeverb (Version 3) - Filter/Effect/Audio/LADSPA - Freeverb (Version 3) - CMT (http://www.ladspa.org/cmt, plugin by Jezar at Dreampoint, ported by Richard W.E. Furse) - - - Input_-Left- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_-Right- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_-Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-freqTracker - Frequency tracker - Filter/Effect/Audio/LADSPA - Frequency tracker - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Frequency_-Hz- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-gate - Gate - Filter/Effect/Audio/LADSPA - Gate - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-giantFlange - Giant flange - Filter/Effect/Audio/LADSPA - Giant flange - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-gong - Gong model - Filter/Effect/Audio/LADSPA - Gong model - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-gongBeater - Gong beater - Filter/Effect/Audio/LADSPA - Gong beater - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-grain-scatter - Granular Scatter Processor - Filter/Effect/Audio/LADSPA - Granular Scatter Processor - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-gsm - GSM simulator - Filter/Effect/Audio/LADSPA - GSM simulator - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-gverb - GVerb - Filter/Effect/Audio/LADSPA - GVerb - Juhana Sadeharju <kouhia at nic.funet.fi>, LADSPAification by Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-hard-gate - Hard Gate - Filter/Effect/Audio/LADSPA - Hard Gate - CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-hardLimiter - Hard Limiter - Filter/Effect/Audio/LADSPA - Hard Limiter - Marcus Andersson - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-harmonicGen - Harmonic generator - Filter/Effect/Audio/LADSPA - Harmonic generator - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-hermesFilter - Hermes Filter - Filter/Effect/Audio/LADSPA - Hermes Filter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-highpass-iir - Glame Highpass Filter - Filter/Effect/Audio/LADSPA - Glame Highpass Filter - Alexander Ehlert <mag@glame.de> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-hilbert - Hilbert transformer - Filter/Effect/Audio/LADSPA - Hilbert transformer - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - 0deg_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - 90deg_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-hpf - Simple High Pass Filter - Filter/Effect/Audio/LADSPA - Simple High Pass Filter - Richard Furse (LADSPA example plugins) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-identity-audio - Identity (Audio) - Filter/Effect/Audio/LADSPA - Identity (Audio) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-identity-control - Identity (Control) - Source/Audio/LADSPA - Identity (Control) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - - - - ladspa-imp - Impulse convolver - Filter/Effect/Audio/LADSPA - Impulse convolver - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-impulse-fc - Nonbandlimited single-sample impulses (Frequency: Control) - Source/Audio/LADSPA - Nonbandlimited single-sample impulses (Frequency: Control) - Andy Wingo <wingo at pobox dot com> - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-interpolator - Control to Audio Interpolator - Source/Audio/LADSPA - Control to Audio Interpolator - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Interpolated_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-inv - Inverter - Filter/Effect/Audio/LADSPA - Inverter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-karaoke - Karaoke - Filter/Effect/Audio/LADSPA - Karaoke - Steve Harris <steve@plugin.org.uk> - - - Left_in - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_in - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left_out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lcrDelay - L/C/R Delay - Filter/Effect/Audio/LADSPA - L/C/R Delay - Steve Harris <steve@plugin.org.uk> - - - L_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - R_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - L_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - R_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lfoPhaser - LFO Phaser - Filter/Effect/Audio/LADSPA - LFO Phaser - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-limit-peak - Simple Limiter (Peak Envelope Tracking) - Filter/Effect/Audio/LADSPA - Simple Limiter (Peak Envelope Tracking) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-limit-rms - Simple Limiter (RMS Envelope Tracking) - Filter/Effect/Audio/LADSPA - Simple Limiter (RMS Envelope Tracking) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lofi - Lo Fi - Filter/Effect/Audio/LADSPA - Lo Fi - CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) - - - In_-Left- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - In_-Right- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out_-Left- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out_-Right- - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-logistic - Logistic Map Control Generator - Source/Audio/LADSPA - Logistic Map Control Generator - CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lowpass-iir - Glame Lowpass Filter - Filter/Effect/Audio/LADSPA - Glame Lowpass Filter - Alexander Ehlert <mag@glame.de> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lp4pole-faraia-oa - 4 Pole Low-Pass Filter with Resonance (FARAIA) - Filter/Effect/Audio/LADSPA - 4 Pole Low-Pass Filter with Resonance (FARAIA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Cutoff_Frequency - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Resonanz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lp4pole-fcrcia-oa - 4 Pole Low-Pass Filter with Resonance (FCRCIA) - Filter/Effect/Audio/LADSPA - 4 Pole Low-Pass Filter with Resonance (FCRCIA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lpf - Simple Low Pass Filter - Filter/Effect/Audio/LADSPA - Simple Low Pass Filter - Richard Furse (LADSPA example plugins) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-lsFilter - LS Filter - Filter/Effect/Audio/LADSPA - LS Filter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-matrixMSSt - Matrix: MS to Stereo - Filter/Effect/Audio/LADSPA - Matrix: MS to Stereo - Steve Harris <steve@plugin.org.uk> - - - Mid - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Side - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-matrixSpatialiser - Matrix Spatialiser - Filter/Effect/Audio/LADSPA - Matrix Spatialiser - Joern Nettingsmeier <nettings@folkwang-hochschule.de> - - - Input_L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_R - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_L - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_R - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-matrixStMS - Matrix: Stereo to MS - Filter/Effect/Audio/LADSPA - Matrix: Stereo to MS - Steve Harris <steve@plugin.org.uk> - - - Left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Mid - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Side - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-mbeq - Multiband EQ - Filter/Effect/Audio/LADSPA - Multiband EQ - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-mixer - Mixer (Stereo to Mono) - Filter/Effect/Audio/LADSPA - Mixer (Stereo to Mono) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input_1 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_2 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-modDelay - Modulatable delay - Filter/Effect/Audio/LADSPA - Modulatable delay - Steve Harris <steve@plugin.org.uk> - - - Delay_-s- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-multivoiceChorus - Multivoice Chorus - Filter/Effect/Audio/LADSPA - Multivoice Chorus - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-noise-source-white - Noise Source (White) - Source/Audio/LADSPA - Noise Source (White) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-noise-white - White Noise Source - Source/Audio/LADSPA - White Noise Source - Richard Furse (LADSPA example plugins) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-notch-iir - Mag's Notch Filter - Filter/Effect/Audio/LADSPA - Mag's Notch Filter - Alexander Ehlert <mag@glame.de> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-null-ai - Null (Audio Input) - Sink/Audio/LADSPA - Null (Audio Input) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-null-ao - Null (Audio Output) - Source/Audio/LADSPA - Null (Audio Output) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-null-ci - Null (Control Input) - Source/Audio/LADSPA - Null (Control Input) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - - - - ladspa-null-co - Null (Control Output) - Source/Audio/LADSPA - Null (Control Output) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - - - - ladspa-organ - Organ - Source/Audio/LADSPA - Organ - CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) - - - Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-peak - Peak Monitor - Sink/Analyzer/Audio/LADSPA - Peak Monitor - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-phasemod - Phase Modulated Voice - Source/Audio/LADSPA - Phase Modulated Voice - CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) - - - Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pink-full-frequency - Pink Noise (full frequency range) - Source/Audio/LADSPA - Pink Noise (full frequency range) - CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pink-interpolated-audio - Pink Noise (Interpolated) - Source/Audio/LADSPA - Pink Noise (Interpolated) - CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pink-sh - Pink Noise (sample and hold) - Source/Audio/LADSPA - Pink Noise (sample and hold) - CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pitchScale - Pitch Scaler - Filter/Effect/Audio/LADSPA - Pitch Scaler - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pitchScaleHQ - Higher Quality Pitch Scaler - Filter/Effect/Audio/LADSPA - Higher Quality Pitch Scaler - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-plate - Plate reverb - Filter/Effect/Audio/LADSPA - Plate reverb - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pointerCastDistortion - Pointer cast distortion - Filter/Effect/Audio/LADSPA - Pointer cast distortion - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-product-iaia-oa - Signal Product (IAIA) - Filter/Effect/Audio/LADSPA - Signal Product (IAIA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - First_Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Second_Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Product_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-product-iaic-oa - Signal Product (IAIC) - Filter/Effect/Audio/LADSPA - Signal Product (IAIC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - First_Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Product_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-product-icic-oc - Signal Product (ICIC) - Source/Audio/LADSPA - Signal Product (ICIC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - - - - ladspa-pulse-fapa-oa - Bandlimited Variable Width Pulse Oscillator (FAPA) - Filter/Effect/Audio/LADSPA - Bandlimited Variable Width Pulse Oscillator (FAPA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Pulse_Width - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pulse-fapc-oa - Bandlimited Variable Width Pulse Oscillator (FAPC) - Filter/Effect/Audio/LADSPA - Bandlimited Variable Width Pulse Oscillator (FAPC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pulse-fcpa-oa - Bandlimited Variable Width Pulse Oscillator (FCPA) - Filter/Effect/Audio/LADSPA - Bandlimited Variable Width Pulse Oscillator (FCPA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Pulse_Width - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-pulse-fcpc-oa - Bandlimited Variable Width Pulse Oscillator (FCPC) - Source/Audio/LADSPA - Bandlimited Variable Width Pulse Oscillator (FCPC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-quantiser100 - Quantiser (100 Steps) - Filter/Effect/Audio/LADSPA - Quantiser (100 Steps) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Quantised_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_Changed - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-quantiser20 - Quantiser (20 Steps) - Filter/Effect/Audio/LADSPA - Quantiser (20 Steps) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Quantised_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_Changed - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-quantiser50 - Quantiser (50 Steps) - Filter/Effect/Audio/LADSPA - Quantiser (50 Steps) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Quantised_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_Changed - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-random-fasa-oa - Random Wave Generator (FASA) - Filter/Effect/Audio/LADSPA - Random Wave Generator (FASA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz_-Hz- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Wave_Smoothness - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-random-fasc-oa - Random Wave Generator (FASC) - Filter/Effect/Audio/LADSPA - Random Wave Generator (FASC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz_-Hz- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-random-fcsa-oa - Random Wave Generator (FCSA) - Filter/Effect/Audio/LADSPA - Random Wave Generator (FCSA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Wave_Smoothness - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-random-fcsc-oa - Random Wave Generator (FCSC) - Source/Audio/LADSPA - Random Wave Generator (FCSC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-rateShifter - Rate shifter - Filter/Effect/Audio/LADSPA - Rate shifter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-ratio-nada-oa - Signal Ratio (NADA) - Filter/Effect/Audio/LADSPA - Signal Ratio (NADA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Numerator - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Denominator - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Ratio_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-ratio-nadc-oa - Signal Ratio (NADC) - Filter/Effect/Audio/LADSPA - Signal Ratio (NADC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Numerator - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Ratio_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-ratio-ncda-oa - Signal Ratio (NCDA) - Filter/Effect/Audio/LADSPA - Signal Ratio (NCDA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Denominator - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Ratio_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-ratio-ncdc-oc - Signal Ratio (NCDC) - Source/Audio/LADSPA - Signal Ratio (NCDC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - - - - ladspa-retroFlange - Retro Flanger - Filter/Effect/Audio/LADSPA - Retro Flanger - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-revdelay - Reverse Delay (5s max) - Filter/Effect/Audio/LADSPA - Reverse Delay (5s max) - Jesse Chappell <jesse at essej dot net> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-ringmod-1i1o1l - Ringmod with LFO - Filter/Effect/Audio/LADSPA - Ringmod with LFO - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-ringmod-2i1o - Ringmod with two inputs - Filter/Effect/Audio/LADSPA - Ringmod with two inputs - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Modulator - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-satanMaximiser - Barry's Satan Maximiser - Filter/Effect/Audio/LADSPA - Barry's Satan Maximiser - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sawtooth-fa-oa - Bandlimited Sawtooth Oscillator (FA) - Filter/Effect/Audio/LADSPA - Bandlimited Sawtooth Oscillator (FA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sawtooth-fc-oa - Bandlimited Sawtooth Oscillator (FC) - Source/Audio/LADSPA - Bandlimited Sawtooth Oscillator (FC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sc1 - SC1 - Filter/Effect/Audio/LADSPA - SC1 - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sc2 - SC2 - Filter/Effect/Audio/LADSPA - SC2 - Steve Harris <steve@plugin.org.uk> - - - Sidechain - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sc3 - SC3 - Filter/Effect/Audio/LADSPA - SC3 - Steve Harris <steve@plugin.org.uk> - - - Sidechain - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sc4 - SC4 - Filter/Effect/Audio/LADSPA - SC4 - Steve Harris <steve@plugin.org.uk> - - - Left_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sc4m - SC4 mono - Filter/Effect/Audio/LADSPA - SC4 mono - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-se4 - SE4 - Filter/Effect/Audio/LADSPA - SE4 - Steve Harris <steve@plugin.org.uk> - - - Left_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Left_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Right_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sequencer16 - Analogue Style 16 Step Sequencer - Filter/Effect/Audio/LADSPA - Analogue Style 16 Step Sequencer - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gate_-Open_>_0- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Step_Trigger - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Value_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sequencer32 - Analogue Style 32 Step Sequencer - Filter/Effect/Audio/LADSPA - Analogue Style 32 Step Sequencer - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gate_-Open_>_0- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Step_Trigger - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Value_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sequencer64 - Analogue Style 64 Step Sequencer - Filter/Effect/Audio/LADSPA - Analogue Style 64 Step Sequencer - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gate_-Open_>_0- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Step_Trigger - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Value_Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-shaper - Wave shaper - Filter/Effect/Audio/LADSPA - Wave shaper - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sifter - Signal sifter - Filter/Effect/Audio/LADSPA - Signal sifter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sinCos - Sine + cosine oscillator - Source/Audio/LADSPA - Sine + cosine oscillator - Steve Harris <steve@plugin.org.uk> - - - Sine_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Cosine_output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sine-faaa - Sine Oscillator (Freq:audio, Amp:audio) - Filter/Effect/Audio/LADSPA - Sine Oscillator (Freq:audio, Amp:audio) - Richard Furse (LADSPA example plugins) - - - Frequency_-Hz- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Amplitude - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sine-faac - Sine Oscillator (Freq:audio, Amp:control) - Filter/Effect/Audio/LADSPA - Sine Oscillator (Freq:audio, Amp:control) - Richard Furse (LADSPA example plugins) - - - Frequency_-Hz- - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sine-fcaa - Sine Oscillator (Freq:control, Amp:audio) - Filter/Effect/Audio/LADSPA - Sine Oscillator (Freq:control, Amp:audio) - Richard Furse (LADSPA example plugins) - - - Amplitude - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sine-fcac - Sine Oscillator (Freq:control, Amp:control) - Source/Audio/LADSPA - Sine Oscillator (Freq:control, Amp:control) - Richard Furse (LADSPA example plugins) - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-singlePara - Single band parametric - Filter/Effect/Audio/LADSPA - Single band parametric - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sinusWavewrapper - Sinus wavewrapper - Filter/Effect/Audio/LADSPA - Sinus wavewrapper - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sledgehammer - Dynamic Sledgehammer - Filter/Effect/Audio/LADSPA - Dynamic Sledgehammer - CMT (http://www.ladspa.org/cmt, plugin by Nathaniel Virgo) - - - Modulator - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Carrier - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-smoothDecimate - Smooth Decimator - Filter/Effect/Audio/LADSPA - Smooth Decimator - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-split - Mono to Stereo splitter - Filter/Effect/Audio/LADSPA - Mono to Stereo splitter - Frank Neumann <franky@users.sourceforge.net> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_1 - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_2 - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-square-fa-oa - Bandlimited Square Oscillator (FA) - Filter/Effect/Audio/LADSPA - Bandlimited Square Oscillator (FA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-square-fc-oa - Bandlimited Square Oscillator (FC) - Source/Audio/LADSPA - Bandlimited Square Oscillator (FC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-stepMuxer - Step Demuxer - Filter/Effect/Audio/LADSPA - Step Demuxer - Steve Harris <steve@plugin.org.uk> - - - Clock - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_1 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_2 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_3 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_4 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_5 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_6 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_7 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_8 - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sum-iaia-oa - Signal Sum (IAIA) - Filter/Effect/Audio/LADSPA - Signal Sum (IAIA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - First_Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Second_Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Summed_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sum-iaic-oa - Signal Sum (IAIC) - Filter/Effect/Audio/LADSPA - Signal Sum (IAIC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - First_Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Summed_Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-sum-icic-oc - Signal Sum (ICIC) - Source/Audio/LADSPA - Signal Sum (ICIC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - - - - ladspa-surroundEncoder - Surround matrix encoder - Filter/Effect/Audio/LADSPA - Surround matrix encoder - Steve Harris <steve@plugin.org.uk> - - - L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - R - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - C - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - S - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Lt - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Rt - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-svf - State Variable Filter - Filter/Effect/Audio/LADSPA - State Variable Filter - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-syncpulse-fapaga-oa - Clock Pulse Oscillator with Gate (FAPAGA) - Filter/Effect/Audio/LADSPA - Clock Pulse Oscillator with Gate (FAPAGA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Pulse_Width - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Gatter - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-syncpulse-fcpcga-oa - Clock Pulse Oscillator with Gate (FCPCGA) - Filter/Effect/Audio/LADSPA - Clock Pulse Oscillator with Gate (FCPCGA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gatter - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-syncsquare-faga-oa - Clock Oscillator with Gate (FAGA) - Filter/Effect/Audio/LADSPA - Clock Oscillator with Gate (FAGA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequency - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Gate - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-syncsquare-fcga-oa - Clock Oscillator with Gate (FCGA) - Filter/Effect/Audio/LADSPA - Clock Oscillator with Gate (FCGA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gate - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-syndrum - Syn Drum - Source/Audio/LADSPA - Syn Drum - CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) - - - Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tapeDelay - Tape Delay Simulation - Filter/Effect/Audio/LADSPA - Tape Delay Simulation - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-track-max-peak - Envelope Tracker (Maximum Peak) - Sink/Analyzer/Audio/LADSPA - Envelope Tracker (Maximum Peak) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-track-max-rms - Envelope Tracker (Maximum RMS) - Sink/Analyzer/Audio/LADSPA - Envelope Tracker (Maximum RMS) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-track-peak - Envelope Tracker (Peak) - Sink/Analyzer/Audio/LADSPA - Envelope Tracker (Peak) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-track-rms - Envelope Tracker (RMS) - Sink/Analyzer/Audio/LADSPA - Envelope Tracker (RMS) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tracker-gaaadaia-oa - Signal Tracker (Audio Rates) - Filter/Effect/Audio/LADSPA - Signal Tracker (Audio Rates) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gatter - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Attack_Rate_-Hz-_when_Gate_High - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Decay_Rate_-Hz-_when_Gate_High - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Attack_Rate_-Hz-_when_Gate_Low - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Decay_Rate_-Hz-_when_Gate_Low - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-tracker-gaacdcia-oa - Signal Tracker (Control Rates) - Filter/Effect/Audio/LADSPA - Signal Tracker (Control Rates) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Gatter - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-transient - Transient mangler - Filter/Effect/Audio/LADSPA - Transient mangler - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-triangle-fasa-oa - Bandlimited Variable Slope Triangle Oscillator (FASA) - Filter/Effect/Audio/LADSPA - Bandlimited Variable Slope Triangle Oscillator (FASA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Slope - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-triangle-fasc-oa - Bandlimited Variable Slope Triangle Oscillator (FASC) - Filter/Effect/Audio/LADSPA - Bandlimited Variable Slope Triangle Oscillator (FASC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Frequenz - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-triangle-fcsa-oa - Bandlimited Variable Slope Triangle Oscillator (FCSA) - Filter/Effect/Audio/LADSPA - Bandlimited Variable Slope Triangle Oscillator (FCSA) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Slope - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-triangle-fcsc-oa - Bandlimited Variable Slope Triangle Oscillator (FCSC) - Source/Audio/LADSPA - Bandlimited Variable Slope Triangle Oscillator (FCSC) - Mike Rawes <mike_rawes[at]yahoo.co.uk> - - - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-triplePara - Triple band parametric with shelves - Filter/Effect/Audio/LADSPA - Triple band parametric with shelves - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-valve - Valve saturation - Filter/Effect/Audio/LADSPA - Valve saturation - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-valveRect - Valve rectifier - Filter/Effect/Audio/LADSPA - Valve rectifier - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-vcf303 - VCF 303 - Filter/Effect/Audio/LADSPA - VCF 303 - CMT (http://www.ladspa.org/cmt, plugin by David A. Bartold) - - - In - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Out - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-vynil - VyNil (Vinyl Effect) - Filter/Effect/Audio/LADSPA - VyNil (Vinyl Effect) - Steve Harris <steve@plugin.org.uk> - - - Input_L - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_R - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_L - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_R - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-waveTerrain - Wave Terrain Oscillator - Filter/Effect/Audio/LADSPA - Wave Terrain Oscillator - Steve Harris <steve@plugin.org.uk> - - - x - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - y - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - z - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-wshape-sine - Wave Shaper (Sine-Based) - Filter/Effect/Audio/LADSPA - Wave Shaper (Sine-Based) - CMT (http://www.ladspa.org/cmt, plugin by Richard W.E. Furse) - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-xfade - Crossfade - Filter/Effect/Audio/LADSPA - Crossfade - Steve Harris <steve@plugin.org.uk> - - - Input_A_left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_A_right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_B_left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_B_right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_left - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_right - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-xfade4 - Crossfade (4 outs) - Filter/Effect/Audio/LADSPA - Crossfade (4 outs) - Steve Harris <steve@plugin.org.uk> - - - Input_A_left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_A_right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_B_left - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Input_B_right - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_A_left - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_A_right - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_B_left - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- - Output_B_right - source - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
-
-
- - ladspa-zm1 - z-1 - Filter/Effect/Audio/LADSPA - z-1 - Steve Harris <steve@plugin.org.uk> - - - Input - sink - always -
audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234
-
- Output source always diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml index cf6bfc3..80b0491 100644 --- a/docs/plugins/inspect/plugin-metadata.xml +++ b/docs/plugins/inspect/plugin-metadata.xml @@ -3,11 +3,11 @@ Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer ../../ext/metadata/.libs/libgstmetadata.so libgstmetadata.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin metadatademux diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index 0fe76ac..466b8e2 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,11 +3,11 @@ Microsoft Multi Media Server streaming protocol support ../../ext/libmms/.libs/libgstmms.so libgstmms.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin mmssrc diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index f0719fa..64c4d53 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,11 +3,11 @@ .MOD audio decoding ../../gst/modplug/.libs/libgstmodplug.so libgstmodplug.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin modplug diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index c58d9b9..0c57725 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,11 +3,11 @@ High-quality MPEG-1/2 video encoder ../../ext/mpeg2enc/.libs/libgstmpeg2enc.so libgstmpeg2enc.so - 0.10.7.1 + 0.10.8 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin mpeg2enc diff --git a/docs/plugins/inspect/plugin-mpeg4videoparse.xml b/docs/plugins/inspect/plugin-mpeg4videoparse.xml index 8239d06..1e05937 100644 --- a/docs/plugins/inspect/plugin-mpeg4videoparse.xml +++ b/docs/plugins/inspect/plugin-mpeg4videoparse.xml @@ -3,11 +3,11 @@ MPEG-4 video parser ../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so libgstmpeg4videoparse.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin mpeg4videoparse diff --git a/docs/plugins/inspect/plugin-mpegtsparse.xml b/docs/plugins/inspect/plugin-mpegtsparse.xml index 685d35b..cff28f6 100644 --- a/docs/plugins/inspect/plugin-mpegtsparse.xml +++ b/docs/plugins/inspect/plugin-mpegtsparse.xml @@ -3,11 +3,11 @@ MPEG-2 transport stream parser ../../gst/mpegtsparse/.libs/libgstmpegtsparse.so libgstmpegtsparse.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin mpegtsparse diff --git a/docs/plugins/inspect/plugin-mpegvideoparse.xml b/docs/plugins/inspect/plugin-mpegvideoparse.xml index 7f7a24d..62ba996 100644 --- a/docs/plugins/inspect/plugin-mpegvideoparse.xml +++ b/docs/plugins/inspect/plugin-mpegvideoparse.xml @@ -3,11 +3,11 @@ MPEG-1 and MPEG-2 video parser ../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so libgstmpegvideoparse.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin mpegvideoparse diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml index 58e8b79..117abe7 100644 --- a/docs/plugins/inspect/plugin-musepack.xml +++ b/docs/plugins/inspect/plugin-musepack.xml @@ -3,11 +3,11 @@ Musepack decoder ../../ext/musepack/.libs/libgstmusepack.so libgstmusepack.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin musepackdec diff --git a/docs/plugins/inspect/plugin-musicbrainz.xml b/docs/plugins/inspect/plugin-musicbrainz.xml index 03d7911..f79c51c 100644 --- a/docs/plugins/inspect/plugin-musicbrainz.xml +++ b/docs/plugins/inspect/plugin-musicbrainz.xml @@ -3,11 +3,11 @@ A TRM signature producer based on libmusicbrainz ../../ext/musicbrainz/.libs/libgsttrm.so libgsttrm.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin trm diff --git a/docs/plugins/inspect/plugin-mve.xml b/docs/plugins/inspect/plugin-mve.xml index f89b594..b0ebb5f 100644 --- a/docs/plugins/inspect/plugin-mve.xml +++ b/docs/plugins/inspect/plugin-mve.xml @@ -3,11 +3,11 @@ Interplay MVE movie format manipulation ../../gst/mve/.libs/libgstmve.so libgstmve.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin mvedemux diff --git a/docs/plugins/inspect/plugin-mythtv.xml b/docs/plugins/inspect/plugin-mythtv.xml index ec7518b..bf150f3 100644 --- a/docs/plugins/inspect/plugin-mythtv.xml +++ b/docs/plugins/inspect/plugin-mythtv.xml @@ -3,11 +3,11 @@ lib MythTV src ../../ext/mythtv/.libs/libgstmythtvsrc.so libgstmythtvsrc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin mythtvsrc diff --git a/docs/plugins/inspect/plugin-nas.xml b/docs/plugins/inspect/plugin-nas.xml index bde98b8..6325f3f 100644 --- a/docs/plugins/inspect/plugin-nas.xml +++ b/docs/plugins/inspect/plugin-nas.xml @@ -3,11 +3,11 @@ NAS (Network Audio System) support for GStreamer ../../ext/nas/.libs/libgstnassink.so libgstnassink.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin nassink diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index e3081f3..573bc4d 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,11 +3,11 @@ lib neon http client src ../../ext/neon/.libs/libgstneonhttpsrc.so libgstneonhttpsrc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin neonhttpsrc diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml index 47ac667..ff7b42e 100644 --- a/docs/plugins/inspect/plugin-nsfdec.xml +++ b/docs/plugins/inspect/plugin-nsfdec.xml @@ -3,11 +3,11 @@ Uses nosefart to decode .nsf files ../../gst/nsf/.libs/libgstnsf.so libgstnsf.so - 0.10.7.1 + 0.10.8 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin nsfdec diff --git a/docs/plugins/inspect/plugin-nuvdemux.xml b/docs/plugins/inspect/plugin-nuvdemux.xml index 8561606..ffb89a8 100644 --- a/docs/plugins/inspect/plugin-nuvdemux.xml +++ b/docs/plugins/inspect/plugin-nuvdemux.xml @@ -3,11 +3,11 @@ Demuxes and muxes audio and video ../../gst/nuvdemux/.libs/libgstnuvdemux.so libgstnuvdemux.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin nuvdemux diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index fa011a5..8194bc5 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -3,11 +3,11 @@ Open Sound System (OSS) version 4 support for GStreamer ../../sys/oss4/.libs/libgstoss4audio.so libgstoss4audio.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin oss4mixer diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 78d0ddd..5726b45 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -3,11 +3,11 @@ Parses byte streams into raw frames ../../gst/rawparse/.libs/libgstrawparse.so libgstrawparse.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin audioparse diff --git a/docs/plugins/inspect/plugin-real.xml b/docs/plugins/inspect/plugin-real.xml index 7be61ae..8a7cd3a 100644 --- a/docs/plugins/inspect/plugin-real.xml +++ b/docs/plugins/inspect/plugin-real.xml @@ -3,11 +3,11 @@ Decode REAL streams ../../gst/real/.libs/libgstreal.so libgstreal.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin realaudiodec @@ -20,7 +20,7 @@ sink sink always -
audio/x-pn-realaudio; audio/x-sipro
+
audio/x-pn-realaudio, raversion=(int){ 3, 4, 5, 6, 8 }; audio/x-sipro
src diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index 89e0789..e73caed 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -3,11 +3,11 @@ Connects to a VNC server and decodes RFB stream ../../gst/librfb/.libs/libgstrfbsrc.so libgstrfbsrc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin rfbsrc diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml index 3c8f798..aedbb90 100644 --- a/docs/plugins/inspect/plugin-sdl.xml +++ b/docs/plugins/inspect/plugin-sdl.xml @@ -3,11 +3,11 @@ SDL (Simple DirectMedia Layer) support for GStreamer ../../ext/sdl/.libs/libgstsdl.so libgstsdl.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin sdlaudiosink diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index 06d0954..b08bacc 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,11 +3,11 @@ configure streaming sessions using SDP ../../gst/sdp/.libs/libgstsdpelem.so libgstsdpelem.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin sdpdemux diff --git a/docs/plugins/inspect/plugin-selector.xml b/docs/plugins/inspect/plugin-selector.xml index a81535b..a9dc3fa 100644 --- a/docs/plugins/inspect/plugin-selector.xml +++ b/docs/plugins/inspect/plugin-selector.xml @@ -3,11 +3,11 @@ input/output stream selector elements ../../gst/selector/.libs/libgstselector.so libgstselector.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin input-selector diff --git a/docs/plugins/inspect/plugin-sndfile.xml b/docs/plugins/inspect/plugin-sndfile.xml index a650f6a..15e304c 100644 --- a/docs/plugins/inspect/plugin-sndfile.xml +++ b/docs/plugins/inspect/plugin-sndfile.xml @@ -3,11 +3,11 @@ use libsndfile to read and write audio from and to files ../../ext/sndfile/.libs/libgstsndfile.so libgstsndfile.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin sfsink diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index bc1515c..63de9f2 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,11 +3,11 @@ Audio Pitch Controller & BPM Detection ../../ext/soundtouch/.libs/libgstsoundtouch.so libgstsoundtouch.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin bpmdetect diff --git a/docs/plugins/inspect/plugin-spcdec.xml b/docs/plugins/inspect/plugin-spcdec.xml index 2e99bff..d17ed0f 100644 --- a/docs/plugins/inspect/plugin-spcdec.xml +++ b/docs/plugins/inspect/plugin-spcdec.xml @@ -3,11 +3,11 @@ OpenSPC Audio Decoder ../../ext/spc/.libs/libgstspc.so libgstspc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin spcdec diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index 53e1723..a8ac715 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -3,11 +3,11 @@ Set speed/pitch on audio/raw streams (resampler) ../../gst/speed/.libs/libgstspeed.so libgstspeed.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin speed diff --git a/docs/plugins/inspect/plugin-speexresample.xml b/docs/plugins/inspect/plugin-speexresample.xml index 39bee69..40127c4 100644 --- a/docs/plugins/inspect/plugin-speexresample.xml +++ b/docs/plugins/inspect/plugin-speexresample.xml @@ -3,11 +3,11 @@ Resamples audio ../../gst/speexresample/.libs/libgstspeexresample.so libgstspeexresample.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin speexresample diff --git a/docs/plugins/inspect/plugin-stereo.xml b/docs/plugins/inspect/plugin-stereo.xml index 462796e..f2bc18c 100644 --- a/docs/plugins/inspect/plugin-stereo.xml +++ b/docs/plugins/inspect/plugin-stereo.xml @@ -3,10 +3,10 @@ Muck with the stereo signal, enhance it's 'stereo-ness' ../../gst/stereo/.libs/libgststereo.so libgststereo.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease + GStreamer Bad Plug-ins source release Unknown package origin @@ -17,14 +17,14 @@ Erik Walthinsen <omega@cse.ogi.edu> - sink - sink + src + source always
audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true
- src - source + sink + sink always
audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true
diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml index b6f8e5e..c6923b0 100644 --- a/docs/plugins/inspect/plugin-subenc.xml +++ b/docs/plugins/inspect/plugin-subenc.xml @@ -3,11 +3,11 @@ subtitle encoders ../../gst/subenc/.libs/libgstsubenc.so libgstsubenc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin srtenc diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index fa902e9..7de30bd 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -3,11 +3,11 @@ TTA lossless audio format handling ../../gst/tta/.libs/libgsttta.so libgsttta.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin ttadec diff --git a/docs/plugins/inspect/plugin-vcdsrc.xml b/docs/plugins/inspect/plugin-vcdsrc.xml index f978ec2..e0e8df2 100644 --- a/docs/plugins/inspect/plugin-vcdsrc.xml +++ b/docs/plugins/inspect/plugin-vcdsrc.xml @@ -3,11 +3,11 @@ Asynchronous read from VCD disk ../../sys/vcd/.libs/libgstvcdsrc.so libgstvcdsrc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin vcdsrc diff --git a/docs/plugins/inspect/plugin-videosignal.xml b/docs/plugins/inspect/plugin-videosignal.xml index f0b320d..4b38c88 100644 --- a/docs/plugins/inspect/plugin-videosignal.xml +++ b/docs/plugins/inspect/plugin-videosignal.xml @@ -3,11 +3,11 @@ Various video signal analysers ../../gst/videosignal/.libs/libgstvideosignal.so libgstvideosignal.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin videoanalyse diff --git a/docs/plugins/inspect/plugin-vmnc.xml b/docs/plugins/inspect/plugin-vmnc.xml index 47ee48f..3e99b3a 100644 --- a/docs/plugins/inspect/plugin-vmnc.xml +++ b/docs/plugins/inspect/plugin-vmnc.xml @@ -3,11 +3,11 @@ VMnc video plugin library ../../gst/vmnc/.libs/libgstvmnc.so libgstvmnc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin vmncdec diff --git a/docs/plugins/inspect/plugin-wildmidi.xml b/docs/plugins/inspect/plugin-wildmidi.xml index e16de83..c3397dc 100644 --- a/docs/plugins/inspect/plugin-wildmidi.xml +++ b/docs/plugins/inspect/plugin-wildmidi.xml @@ -3,11 +3,11 @@ Wildmidi Plugin ../../ext/timidity/.libs/libgstwildmidi.so libgstwildmidi.so - 0.10.7.1 + 0.10.8 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin wildmidi diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 7942734..67c78bd 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,11 +3,11 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.10.7.1 + 0.10.8 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin x264enc diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml index 44843bf..5d82101 100644 --- a/docs/plugins/inspect/plugin-xvid.xml +++ b/docs/plugins/inspect/plugin-xvid.xml @@ -3,11 +3,11 @@ XviD plugin library ../../ext/xvid/.libs/libgstxvid.so libgstxvid.so - 0.10.7.1 + 0.10.8 GPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin xviddec diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index 8399bfa..0489d14 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,11 +3,11 @@ Encodes a YUV frame into the yuv4mpeg format (mjpegtools) ../../gst/y4m/.libs/libgsty4menc.so libgsty4menc.so - 0.10.7.1 + 0.10.8 LGPL gst-plugins-bad - GStreamer Bad Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin y4menc diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index 9db42d5..578fb10 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -36,6 +36,17 @@ real live maintainer, or some actual wide use. + 0.10.8 + 0.10 + Vapour Trails + 2008-07-31 + + + + + + + 0.10.7 0.10 House of Cards diff --git a/win32/common/config.h b/win32/common/config.h index 4452ca5..87e75d3 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -14,9 +14,6 @@ /* Location of registry */ #define GST_CACHE_DIR PREFIX "\\var\\cache" -/* macro to use to show function name */ -#undef GST_FUNCTION - /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED @@ -202,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.7" +#define VERSION "0.10.8" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */