From 0399f008b22482c46d37fa15e6be205b85681011 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 23:43:56 +0100 Subject: Buffer position compensation for PCM, added active sensing detection --- UI.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UI.h') diff --git a/UI.h b/UI.h index 077e3a9..3041566 100644 --- a/UI.h +++ b/UI.h @@ -11,7 +11,9 @@ public: void draw(); + // slots void count_main_loops(); + void slot_active_sensing(); private: @@ -20,4 +22,6 @@ private: uint64_t m_main_loops; uint64_t m_main_loops_checkpoint; std::chrono::time_point m_main_loops_timestamp; + + std::chrono::time_point m_active_sensing_timestamp; }; -- cgit v1.2.3