vamp-simple-host

Langue: en

Autres versions - même langue

Version: 256799 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

vamp-simple-host --- a simple Vamp plugin host

SYNOPSIS

vamp-simple-host [pluginlibrary[.so]:plugin[:output]] [file] [-o outfile]

vamp-simple-host [pluginlibrary[.so]:plugin] [file] [[outputno]] [-o outfile]

DESCRIPTION

This manual page documents briefly the vamp-simple-host command.

vamp-simple-host allows processing of a libsndfile-readable audio file using Vamp plugins, listing available plugins and the plugin search path.

By default, vamp-simple-host loads plugin id plugin from pluginlibrary and runs it on the audio data in file, retrieving the named output, or output number outputno (the first output by default) and dumping it to standard output, or to outfile if the -o option is given.

pluginlibrary should be a library name, not a file path; the standard Vamp library search path will be used to locate it. If a file path is supplied, the directory part(s) will be ignored.

OPTIONS

-l
List the plugin libraries and Vamp plugins in the library search path.
-v
Display version information only.
-l
List the plugin libraries and Vamp plugins in the library search path.
-o file
Dump plugin output into file.

ENVIRONMENT

VAMP_PATH
A colon-separated list of directories to look for plugins.

AUTHOR

This manual page was written by Székelyi Szabolcs cc@mail.3d.hu for the Debian system (but may be used by others), because the original program does not have a manual page. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.