Newer
Older
music / app / src / main / cpp / waveforms / Waveform.cpp
@lukas lukas on 26 Aug 2022 105 bytes add noise effect
#include "Waveform.h"

void Waveform::doRender(uint32_t sampleCount) {
    renderWaveform(sampleCount);
}