Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/657_implement_warmup' into 657_i…
Browse files Browse the repository at this point in the history
…mplement_warmup
  • Loading branch information
zann136 committed Jan 31, 2024
2 parents 0e0b56c + a30a599 commit 2b68791
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/internal_modules/roc_audio/watchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ void Watchdog::update_warmup_status_() {
warmup_status_ = warmup_status_ && (curr_read_pos_ < warmup_ending_pos_);
}


bool Watchdog::check_drops_timeout_() {
if (max_drops_duration_ == 0) {
return true;
Expand Down
1 change: 0 additions & 1 deletion src/tests/roc_audio/test_watchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ TEST(watchdog, latency_longer_then_no_playback_timeout) {

check_read(watchdog, true, SamplesPerFrame, 0);
CHECK(!watchdog.is_alive());

}

} // namespace audio
Expand Down
1 change: 0 additions & 1 deletion src/tests/roc_pipeline/test_receiver_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,6 @@ TEST(receiver_source, watchdog_timeout_smaller_than_latency) {

UNSIGNED_LONGS_EQUAL(1, receiver.num_sessions());
}

}

} // namespace pipeline
Expand Down

0 comments on commit 2b68791

Please sign in to comment.