Greetings,

I am new to this project and have just spent some time creating a new effect that creates a Vu meter display on an LCD screen on a raspberry pi.  (I lifted the base code from the VU in the sox.c file)

While I have it working when I compile on my system I am wondering if there is a way to create an effects plugin where I do not have to recompile the sox world.

My goal is to write the effect with minimal code / configuration in my git repository so that it can be compiled and used on any suitable platform supported by Sox.

Are there such things?

Claude
--