59 std::lock_guard<std::mutex> lock(
m_mutex);
int m_minBufferSizeFrames
double m_bufferFillLevelFramesAvg
void ResetFramesCounters()
Resets the received and written frames counters.
void UpdateAvgBufferFillLevel(int)
Updates the buffer fill level average.
static constexpr double FLOATING_AVERAGE_ALPHA_NORMAL
const char * StateToString(State d)
Converts the filter state to a string representation.
int m_writtenToAlsaFrames
static constexpr double FLOATING_AVERAGE_ALPHA_SETTLING
static constexpr int SETTLING_DURATION_PACKETS
double m_floatingAverageAlpha
double m_bufferFillLevelFramesTargetValue
void Reset()
Resets the filter state.
Logger class header file.