Home

Audio plugins on Linux

Torture tester

I have written a program to help with testing of LADSPA and LV2 plugins.

Download

You can download version 5 from here. The source code is also on github; clone it with git clone git@github.com:cth103/plugin-torture.git.

What does it do?

The tester will load your plugin and run it with various inputs. These are:

And optionally (in evil mode): It will then check the plugin's outputs for denormal numbers. It can also (optionally) abort when any denormal is encountered during the plugin's processing.

How should I run it?