From 12d2ffdab70df573610b81d8a24545da33bb67e3 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 21 Feb 2023 09:28:36 +1100 Subject: Add logging to the DAC --- src/audio/include/audio_element.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/audio/include/audio_element.hpp') diff --git a/src/audio/include/audio_element.hpp b/src/audio/include/audio_element.hpp index 0c80524c..b881404c 100644 --- a/src/audio/include/audio_element.hpp +++ b/src/audio/include/audio_element.hpp @@ -107,6 +107,8 @@ class IAudioElement { virtual auto ProcessEndOfStream() -> void = 0; + virtual auto ProcessLogStatus() -> void {} + /* * Called when there has been no data received over the input buffer for some * time. This could be used to synthesize output, or to save memory by -- cgit v1.2.3