2013-05-22 15:56:59 -07:00
|
|
|
# crap
|
|
|
|
|
|
|
|
connor's rancid audio plugins. LADSPA.
|
2013-09-10 02:17:53 -07:00
|
|
|
|
2013-09-15 20:02:11 -07:00
|
|
|
alternatively, chocolate recipes are powerful.
|
2013-05-22 15:56:59 -07:00
|
|
|
|
2013-11-15 19:17:28 -08:00
|
|
|
## plugs
|
|
|
|
|
2013-05-22 15:56:59 -07:00
|
|
|
### crap_eq
|
|
|
|
|
|
|
|
multiband parametric EQ. try redefining BANDS.
|
|
|
|
|
|
|
|
### crap_eq_const
|
|
|
|
|
2013-11-15 19:17:28 -08:00
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
|
|
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.
|