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

lv2proc - a simple command line effect processor using LV2 plugins

Author

       Stefano D'Angelo <zanga dot mail at gmail dot com>

Description

lv2proc generates an output sound file by applying a LV2 effect plugin to an input sound file.

Environment

LV2_PATH
              Used to override the list of directories where LV2 plugin bundles are looked for (as per LV2  FHS,
              see <http://lv2plug.in/trac/wiki/Filesystem_Hierarchy_Standard>).

Name

       lv2proc - a simple command line effect processor using LV2 plugins

Options

-h,--help
              Print a short description of the command line options on the standard output and quit.

       --version
              Print version and copyright information on the standard output and quit.

       -iinput
              Indicates the input sound file.

       -ooutput
              Indicates the output sound file.

       plugin LV2 plugin URI.

       -nframes
              Number of audio frames to be processed at each cycle (default is 512).

       -cport:value
              Assigns  value  to  the port identified by port symbol port.  The specified port must be a control
              input port and value must be a floating-point number in a form that strtof(3) undestands, assuming
              that the "C" locale is being used.

       --with-latency
              Disables latency compensation that is generously offered to you by default.

       --timing
              Report some timing statistics on the standard output after sound processing.

       --normalize
              Normalize the output file by applying the same gain factor to  all  channels.  No  fancy  loudness
              estimation  going  on  here, just trying to make use of the whole dynamic range of the output file
              format.

See Also

lv2ls(1), lv2info(1)

                                                  FEBRUARY 2013                                       LV2PROC(1)

Synopsis

       lv2proc [ options ] -iinput-ooutputplugin
       lv2proc -h|--help
       lv2proc --version

See Also