diff --git a/Outputs/Speaker/Implementation/CompoundSource.hpp b/Outputs/Speaker/Implementation/CompoundSource.hpp index 01f39f68f..a236d6aa1 100644 --- a/Outputs/Speaker/Implementation/CompoundSource.hpp +++ b/Outputs/Speaker/Implementation/CompoundSource.hpp @@ -171,7 +171,7 @@ template class CompoundSource: CompoundSourceHolder source_holder_; std::vector volumes_; int16_t volume_range_ = 0; - std::atomic average_output_peak_; + std::atomic average_output_peak_{1.0}; }; }