Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
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... | |
Feedback monitor configuration.
Definition at line 29 of file feedback_monitor.h.
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.
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.