diff --git a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp index 53d1d3c74..afde67693 100644 --- a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp +++ b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp @@ -228,7 +228,6 @@ template class LowpassSpeaker: public Speaker { ); number_of_taps = (number_of_taps * 2) | 1; - output_buffer_pointer_ = 0; stepper_ = std::make_unique( uint64_t(filter_parameters.input_cycles_per_second), uint64_t(filter_parameters.output_cycles_per_second));