diff --git a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp index f83e6e5ba..223effc82 100644 --- a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp +++ b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp @@ -293,7 +293,7 @@ template class PushLowpass: public LowpassBase scale_ = 32767; + std::atomic scale_ = 65536; int get_scale() { return scale_; } @@ -312,7 +312,7 @@ template class PushLowpass: public LowpassBase