We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8080abc commit daf1635Copy full SHA for daf1635
plugins/base/macro-condition-audio.cpp
@@ -67,7 +67,7 @@ bool MacroConditionAudio::CheckOutputCondition()
67
OBSSourceAutoRelease source =
68
obs_weak_source_get_source(_audioSource.GetSource());
69
70
- double curVolume = _useDb ? _peak : DecibelToPercent(_peak);
+ double curVolume = _useDb ? _peak : DecibelToPercent(_peak) * 100;
71
72
switch (_outputCondition) {
73
case OutputCondition::ABOVE:
0 commit comments