crap/README.md

33 lines
788 B
Markdown
Raw Normal View History

2013-05-22 15:56:59 -07:00
# crap
connor's rancid audio plugins. LADSPA.
2013-09-10 02:17:53 -07:00
alternatively, chocolate recipes are powerful.
2013-05-22 15:56:59 -07:00
## plugs
2013-05-22 15:56:59 -07:00
### 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 `benchmark` target which 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.