From ff6ddaed2e7efa845eaa7146364d677c226e6cea Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 2 Dec 2021 12:55:11 -0500 Subject: [PATCH] Full scale is 65536. --- Outputs/Speaker/Implementation/LowpassSpeaker.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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