#include "Amuencha.hpp" namespace Amuencha { void Analyser::operator()(halp::tick t) { // Process the input buffer auto* in = inputs.audio[0]; // for(int j{0}; j < t.frames; j++) // { // } } }