Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zsliu98 committed Jun 20, 2023
1 parent 8ba8f4d commit 712c539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DSP/Matcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class LoudnessPos {

Translator<FloatType> toStruct() {
return Translator<FloatType>{{m_mainLoudness[0], m_mainLoudness[1], m_mainLoudness[2]},
{m_targetLoudness[0], m_targetLoudness[1], m_mainLoudness[2]},
{m_targetLoudness[0], m_targetLoudness[1], m_targetLoudness[2]},
m_peak, m_position};
}

Expand Down

0 comments on commit 712c539

Please sign in to comment.