Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/DspLimiter.cpp')
-rw-r--r--src/DspLimiter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DspLimiter.cpp b/src/DspLimiter.cpp
index 0868149..376d39f 100644
--- a/src/DspLimiter.cpp
+++ b/src/DspLimiter.cpp
@@ -119,6 +119,6 @@ namespace SaneAudioRenderer
{
m_peak = peak;
m_threshold = std::pow(1.0f / peak, 1.0f / slope - 1.0f) - 0.0001f;
- DebugOut("DspLimiter active with", m_peak, "peak and", m_threshold, "threshold");
+ DebugOut(ClassName(this), "active with", m_peak, "peak and", m_threshold, "threshold");
}
}