logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

applyplugin - apply LADSPA plugin to an audio file

Author

       ladspa-sdk was written by Richard Furse (richard@muse.demon.co.uk).  This manpage was written by  Junichi
       Uekawa (dancer@debian.org).

Bugs

       Requires environmental variable to work properly.

Conforming To

LADSPA standard, by linux-audio-dev mailing list members.

Description

applyplugin applies a series of LADSPA plugins to an audio data source  to  create  a  destination  audio
       file.

Environment

LADSPA_PATH
              should  be  set to something like "/usr/local/lib/ladspa:/usr/lib/ladspa:" for plugins to be found
              at all.

Files

/usr/lib/ladspa/*.so
              LADSPA plugin files are installed here by default.

Name

       applyplugin - apply LADSPA plugin to an audio file

Options

-s[seconds]
              Add seconds of silence after end of input file.

See Also

listplugins(1), analyseplugin(1)

ladspa-sdk                                         2001 May 14                                    applyplugin(1)

Synopsis

applyplugin[-s[seconds]]<inputwavefile><outputwavefile><LADSPApluginfilename><pluginlabel><Control1><Control2>...[<LADSPApluginfilename><pluginlabel><Control1><Control2>...]...

See Also