15 lines
205 B
C++
15 lines
205 B
C++
|
#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++)
|
||
|
// {
|
||
|
// }
|
||
|
}
|
||
|
}
|