DSP-Cpp-filters
DSP-Cpp-filters copied to clipboard
avoid macro names conflict
it's very likely that there is already a thing named "pi" or "sqrt2" in a codebase, and you get a "expected unqualified-id before numeric constant" error.... anyway, fixed this by adding a dcf_ prefix to these macros! ^^