Added FFTSize setting

This commit is contained in:
Ryzerth
2021-04-13 18:31:38 +02:00
parent b74043e2ee
commit 48bba00cb3
5 changed files with 81 additions and 50 deletions

View File

@ -6,4 +6,5 @@
void windowInit();
void drawWindow();
void setViewBandwidthSlider(float bandwidth);
bool sdrIsRunning();
bool sdrIsRunning();
void setFFTSize(int size);