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

lv2apply — apply an LV2 plugin to an audio file

Authors

lv2apply is a part of lilv, by David Robillard ⟨d@drobilla.net⟩.

Lilv 0.24.26                                      Nov 29, 2022                                       LV2APPLY(1)

Description

lv2apply runs an LV2 plugin on an audio file and writes the processed output to another.

       The options are as follows:

       -V, --version
            Display version information and exit.

       -csymbolvalue
            Set control port symbol to value.-h, --help
            Print the command line options.

       -iin_file
            Input file path.

       -oout_file
            Output file path.

Environment

       LV2_PATH  List of directories to search for LV2 plugin bundles, in the style of PATH.

Exit Status

lv2apply exits with a status of 0, or non-zero if an error occurred.

Name

       lv2apply — apply an LV2 plugin to an audio file

See Also

lv2bench(1)
       lv2info(1)
       lv2ls(1)

Synopsis

lv2apply [-Vh] [-csymbolvalue] [-iin_file] [-oout_file] [--help] [--version] plugin_uri

See Also