mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
more progress on M17 support
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <imgui.h>
|
||||
#include <imgui_internal.h>
|
||||
#include <dsp/stream.h>
|
||||
#include <vector>
|
||||
#include <mutex>
|
||||
|
||||
namespace ImGui {
|
||||
@@ -17,6 +18,8 @@ namespace ImGui {
|
||||
|
||||
void releaseBuffer();
|
||||
|
||||
std::vector<float> lines;
|
||||
|
||||
private:
|
||||
std::mutex bufferMtx;
|
||||
float* buffer;
|
||||
|
||||
Reference in New Issue
Block a user