more progress on M17 support

This commit is contained in:
AlexandreRouma
2021-09-28 20:46:19 +02:00
parent 187fc2cb9e
commit efd3c47a6c
11 changed files with 844 additions and 30 deletions

View File

@@ -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;