Added a new optional audio sink as a test

This commit is contained in:
Ryzerth
2021-07-17 19:43:44 +02:00
parent 45e4c21870
commit 63ae56cb9b
15 changed files with 534 additions and 35 deletions

View File

@ -33,6 +33,8 @@ public:
bool lockWaterfallControls = false;
Event<bool> onPlayStateChange;
private:
void generateFFTWindow(int win, int size);
static void fftHandler(dsp::complex_t* samples, int count, void* ctx);