Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Apr 27, 2024
1 parent d716130 commit 9941e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct PeakDetector
T* z,
T /* thresholdGain */) noexcept
{
jassert (inBuffer.getNumChannels() == outBuffer.getNumSamples());
jassert (inBuffer.getNumChannels() == outBuffer.getNumChannels());
jassert (inBuffer.getNumSamples() == outBuffer.getNumSamples());

for (auto [ch, inData, outData] : buffer_iters::zip_channels (inBuffer, outBuffer))
Expand Down

0 comments on commit 9941e87

Please sign in to comment.