2013-05-22 15:56:59 -07:00
|
|
|
# crap
|
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
connor's rancid audio plugins. LADSPA and VST.
|
2013-09-10 02:17:53 -07:00
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
alternatively, configuration realizes any personality
|
2013-05-22 15:56:59 -07:00
|
|
|
|
2013-11-15 19:17:28 -08:00
|
|
|
## plugs
|
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
### crap Parametric Equalizer
|
|
|
|
|
|
|
|
__crap_eq (0x000CAFED)__
|
2013-05-22 15:56:59 -07:00
|
|
|
|
|
|
|
multiband parametric EQ. try redefining BANDS.
|
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
### crap const Equalizer
|
|
|
|
|
|
|
|
__crap_eq_const (0x0DEFACED)__
|
|
|
|
|
|
|
|
simpler code with a static response.
|
|
|
|
edit code as needed.
|
2013-05-22 15:56:59 -07:00
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
### crap noises generator
|
2013-11-15 19:17:28 -08:00
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
__crap_noise (0xEC57A71C)__
|
2013-11-15 19:17:28 -08:00
|
|
|
|
|
|
|
white noise generator. loud, full-range, 0dBFS. don't say i didn't warn you.
|
|
|
|
|
|
|
|
## build notes
|
|
|
|
|
2013-11-16 11:51:01 -08:00
|
|
|
`make` it. optional `benchmark` target which doesn't build on Windows.
|
2013-11-15 19:17:28 -08:00
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
with gcc, try `CFLAGS='-O3 -ffast-math'`.
|
|
|
|
`-march=native` seems to degrade performance slightly, but YMMV.
|
2013-11-15 19:17:28 -08:00
|
|
|
|
2013-11-17 19:32:45 -08:00
|
|
|
with clang, (at the time of writing this)
|
|
|
|
optimizations are not as tuneable so try `CFLAGS='-O2'`.
|
2013-11-15 19:17:28 -08:00
|
|
|
|
|
|
|
can be cross-compiled for Windows for use in Audacity or a LADSPA wrapper.
|