From d7257bb375432fe87f082876be995742f4891aa4 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 21 Feb 2017 17:48:58 +0100 Subject: [PATCH] Remove an assert that no longer holds. --- resampling_queue.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/resampling_queue.cpp b/resampling_queue.cpp index 7286d5c..24811eb 100644 --- a/resampling_queue.cpp +++ b/resampling_queue.cpp @@ -148,8 +148,6 @@ bool ResamplingQueue::get_output_samples(steady_clock::time_point ts, float *sam if (rcorr < 0.95) rcorr = 0.95; assert(!isnan(rcorr)); vresampler.set_rratio(rcorr); - } else { - assert(rate_adjustment_policy == DO_NOT_ADJUST_RATE); } // Finally actually resample, producing exactly output samples. -- 2.39.2