Jump to content

LADSPA: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Gronky (talk | contribs)
m {{portalpar|Free software|Floss draft.png}}
No edit summary
Line 1: Line 1:
'''LADSPA''' is an [[acronym]] for '''Linux Audio Developers Simple Plugin [[Application programming interface|API]]'''. It is an [[LGPL]]ed standard for handling [[audio filter|filter]]s and [[sound effect|effect]]s. It was originally designed for [[Linux]] through consensus on the [[Linux Audio Developers Mailing List]], but works on a variety of other platorms. It is used in many [[free audio software]] projects and there are a wide range of LADSPA plugins available.
'''LADSPA''' is an [[acronym]] for '''Linux Audio Developers Simple Plugin [[Application programming interface|API]]'''. It is an [[LGPL]]ed standard for handling [[audio filter|filter]]s and [[sound effect|effect]]s. It was originally designed for [[Linux]] through consensus on the [[Linux Audio Developers Mailing List]], but works on a variety of other platforms. It is used in many [[free audio software]] projects and there are a wide range of LADSPA plugins available.


LADSPA exists primarily as a header file written in the [[C programming language]].
LADSPA exists primarily as a header file written in the [[C programming language]].

Revision as of 16:36, 26 October 2006

LADSPA is an acronym for Linux Audio Developers Simple Plugin API. It is an LGPLed standard for handling filters and effects. It was originally designed for Linux through consensus on the Linux Audio Developers Mailing List, but works on a variety of other platforms. It is used in many free audio software projects and there are a wide range of LADSPA plugins available.

LADSPA exists primarily as a header file written in the C programming language.

There are many audio plugin standards and most major modern software synthesisers and sound editors support a variety. The best known standard is probably Steinberg Cubase's Virtual Studio Technology. LADSPA is unusual in that it attempts to provide only the "Greatest Common Divisor" of other standards. This means that its scope is limited, but it is simple and plugins written using it are easy to embed in many other programs. The standard has changed very little with time, so compatibility problems are rare.

DSSI extends LADSPA to cover instrument plugins.