Audio DSP Stuff
Page last updated
02 Jul 2014, by
Sam Grove.
1 reply
Port of Audio DSP code from musicdsp.org amongst other places. This page will document the testing and results of the ported code.
1 comment on Audio DSP Stuff:
Audio DSP Development Notes and Other Stuff
Algorithm:
- Limiter
- http://musicdsp.org/archive.php?classid=3#265
- ported and compiles as limiter.h - needs testing 02.16.12
- broken into enveloper_follower and limiter directories. Implementation of inline template class members needs to be in the header file to avoid linker errors. Can be converted into a library once testing is complete 03.15.12
- DSP Filters
Please log in to post comments.
Audio DSP Development Notes and Other Stuff
Algorithm: