Skip to content

Implementation Variants

Multiple implementation strategies for the same DSP algorithms.

FAUST

Functional DSP approach using FAUST language. Compile to various targets.

C++

Pure C++ implementations, optimized for performance.

JUCE

JUCE framework implementations with GUI support.

Choosing an Implementation

  • FAUST: Best for prototyping and mathematical clarity
  • C++: Best for performance-critical applications
  • JUCE: Best when you need complete plugin infrastructure