connor's rancid audio plugins
Go to file
2013-11-15 19:17:28 -08:00
bench.c rough benchmarking stuff 2013-11-11 08:30:45 -08:00
bench.sh simpler, more compatible benchmarking script 2013-11-15 19:14:48 -08:00
crap_eq_const.c make crap_eq work again 2013-11-10 13:52:50 -08:00
crap_eq.c smarter string initialization 2013-11-10 20:20:02 -08:00
crap_noise.c white noise generator 2013-11-11 08:07:39 -08:00
crap_util_def.h C++ compatibility 2013-11-15 19:15:50 -08:00
crap_util.h white noise generator 2013-11-11 08:07:39 -08:00
design.c refactor, simple design program for calculating coeffs 2013-06-17 01:52:48 -07:00
ladspa.h move DLL decl to the logical place, clang x86 fix 2013-11-10 12:42:27 -08:00
LICENSE microphone check one two what is this 2013-05-22 15:56:59 -07:00
Makefile simpler, more compatible benchmarking script 2013-11-15 19:14:48 -08:00
README.md update readme with noise effect and build notes 2013-11-15 19:17:28 -08:00

crap

connor's rancid audio plugins. LADSPA.

alternatively, chocolate recipes are powerful.

plugs

crap_eq

multiband parametric EQ. try redefining BANDS.

crap_eq_const

simplified code for a static response. one day, this will be faster with compile-time constants.

crap_noise

white noise generator. loud, full-range, 0dBFS. don't say i didn't warn you.

build notes

make it. optional bench benchmarking target, doesn't build on Windows.

if you're using gcc, try CFLAGS='-O3 -ffast-math'. -march=native actually seems to degrade performance slightly, but YMMV.

if you're using clang, (at the time of writing this) you can't tune performance that much so just use CFLAGS='-O2'.

can be cross-compiled for Windows for use in Audacity or a LADSPA wrapper.