social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

489
active users

#lv2

0 posts0 participants0 posts today

Does anyone know of any more command-line software for linux for applying lv2 or vst plugins to an audio file? So far I have found the following:

kuriborosu - github.com/falkTX/kuriborosu
Looks really interesting but there's no compilation or usage instructions.

Plugalyzer - github.com/CrushedPixel/Plugal
Works well but seems there's some audio file formats it can't process.

Ecasound - ecasound.sourceforge.net/ecaso
Can load lv2 plugins but not vst. Seems like it's no longer being developed.

Sox
It can load ladspa plugins (basically lv1) but can't load lv2 or vsts but recently someone is taking on development again (sox_ng codeberg.org/sox_ng/sox_ng/ ) and there's a feature request to allow lv2 plugin loading codeberg.org/sox_ng/sox_ng/iss

MrsWatson - github.com/teragonaudio/MrsWat
Can load vsts but no longer being developed and I can't get it to compile

ffmpeg - ffmpeg.org/ffmpeg-filters.html
Can use lv2 but not vsts. Also I have not successfully been able to use all plugins. Possible bug?

#audiodev#lv2#vst

I'm trying to use lv2apply (part of lilv-utils) to apply an lv2 plugin to an audio file and I've nearly all plugins that are formatted like this `urn:zamaudio:ZamTube` don't work. I wonder why this is. Here's some of my errors:

lv2apply -i in.wav -o out.wav urn:distrho:a-delay
error: Port 2 has unsupported type

lv2apply -i in.wav -o out.wav lsp-plug.in/plugins/lv2/compre

lv2apply -i in.wav -o out.wav urn:juced:EQinox
JUCE Assertion failure in juce_LV2_Wrapper.cpp:881

lv2apply -i in.wav -o out.wav urn:juce:TalReverb
JUCE Assertion failure in juce_LV2_Wrapper.cpp:881

lv2apply -i in.wav -o out.wav urn:zamaudio:ZamTube
Options feature missing, cannot continue!
Segmentation fault