ladspa

ladspa — bridge for ladspa (Linux Audio Developer's Simple Plugin API)

Types and Values

struct GstLADSPA

Description

The ladspa (Linux Audio Developer's Simple Plugin API) element is a bridge for plugins using the ladspa API. It scans all installed ladspa plugins and registers them as gstreamer elements. If available it can also parse lrdf files and use the metadata for element classification.

Functions

Types and Values

struct GstLADSPA

struct GstLADSPA {
  GstSignalProcessor parent;

  LADSPA_Descriptor *descriptor;
  LADSPA_Handle *handle;

  gboolean activated;
  gboolean inplace_broken;
};