diff options
author | B. Watson <yalhcru@gmail.com> | 2014-02-10 07:21:52 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:15:07 -0600 |
commit | 2037ae7eee4d1f90e07b2e3dcbd0b9ec54aeb305 (patch) | |
tree | ed2a194bbf773fd6025b92a4da54b8d73e17dcf4 /audio/lv2file/README | |
parent | fcd311d5714bf6099c94cb30222b6c6f99a9f036 (diff) | |
download | slackbuilds-2037ae7eee4d1f90e07b2e3dcbd0b9ec54aeb305.tar.gz |
audio/lv2file: Added (apply lv2 plugins to audio files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lv2file/README')
-rw-r--r-- | audio/lv2file/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/lv2file/README b/audio/lv2file/README new file mode 100644 index 0000000000..6824dee7a9 --- /dev/null +++ b/audio/lv2file/README @@ -0,0 +1,10 @@ +lv2file (apply lv2 plugins to audio files) + +lv2file is a simple program which you can use to apply effects to +your audio files without much hassle. Possible use cases are: + * When you want to apply an effect without having to open a GUI or + start a project. + * When you want to apply effects to a large number of files, or in + an automated manner. + * When you need a deterministic environment to debug a plugin. + * You like everything to be on the command line. |