axfx
Axfx is a modular audio effects framework and the name of an open-source project that provides tools for real-time audio processing. Drawing on the common abbreviation fx for effects, axfx aims to let developers and musicians build, route, and experiment with signal-processing chains using a configurable set of processing units.
The architecture centers on a directed processing graph. Nodes represent effect modules such as EQ, delay, distortion,
The project provides a C++ core library and bindings that enable integration with standalone applications and
In the open-source community, axfx is maintained through a public repository with issue tracking, discussions, and