1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
.TH applyplugin 1 "2001 May 14" "ladspa-sdk" "Debian GNU/Linux"
.SH "NAME"
applyplugin \- apply LADSPA plugin to an audio file
.SH "SYNOPSIS"
.BI "applyplugin [\-s[" "seconds" "]] <" "input wave file" \
"> <" "output wave file" \
"> <" "LADSPA plugin file name" "> <" "plugin label" "> <" "Control1" \
"> <" "Control2" "> ... [<" "LADSPA plugin file name" "> <" \
"plugin label" "> <" "Control1" "> <" "Control2" "> ... ] ..."
.SH "DESCRIPTION"
.B applyplugin
applies a series of LADSPA plugins to an audio data source to create a
destination audio file.
.SH "OPTIONS"
.TP
.BI "\-s[" "seconds" "]"
Add seconds of silence after end of input file.
.SH "FILES"
.TP
.B "/usr/lib/ladspa/*.so"
LADSPA plugin files are installed here by default.
.SH "ENVIRONMENT"
.TP
.B "LADSPA_PATH"
should be set to something like
"/usr/local/lib/ladspa:/usr/lib/ladspa:" for plugins to be found at
all.
.PP
.SH "BUGS"
Requires environmental variable to work properly.
.SH "CONFORMING TO"
.B "LADSPA"
standard, by
.B "linux\-audio\-dev"
mailing list members.
.SH "AUTHOR"
ladspa-sdk was written by Richard Furse (richard@muse.demon.co.uk).
This manpage was written by Junichi Uekawa (dancer@debian.org).
.SH "SEE ALSO"
.BR "listplugins" "(1), " "analyseplugin" "(1) "
|