Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::audio::FeedbackConfig Struct Reference

Feedback monitor configuration. More...

#include <feedback_monitor.h>

Public Attributes

core::nanoseconds_t source_timeout
 Timeout for source feedback. If there is no new feedback during timeout, feedback monitor resets state. More...
 
core::nanoseconds_t source_cooldown
 Cooldown period between source changes. After source is change, another source change is now allowed during this period and is ignored. More...
 

Detailed Description

Feedback monitor configuration.

Definition at line 29 of file feedback_monitor.h.

Member Data Documentation

◆ source_cooldown

core::nanoseconds_t roc::audio::FeedbackConfig::source_cooldown

Cooldown period between source changes. After source is change, another source change is now allowed during this period and is ignored.

Definition at line 37 of file feedback_monitor.h.

◆ source_timeout

core::nanoseconds_t roc::audio::FeedbackConfig::source_timeout

Timeout for source feedback. If there is no new feedback during timeout, feedback monitor resets state.

Definition at line 32 of file feedback_monitor.h.


The documentation for this struct was generated from the following file: