1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 00:49:33 +02:00

Fix a comment

This commit is contained in:
Paul Licameli 2020-03-19 15:47:55 -04:00
parent 76a896845c
commit 7224671628

View File

@ -492,7 +492,7 @@ bool EffectLoudness::LoadBufferBlock(TrackIterRange<WaveTrack> range,
fillZero, true, &read_size);
// WaveTrack::Get returns the amount of read samples excluding zero
// filled samples from clip gaps. But in case of stereo tracks with
// assymetric gaps it still returns the same number for both channels.
// asymmetric gaps it still returns the same number for both channels.
//
// Fail if we read different sample count from stereo pair tracks.
// Ignore this check during first iteration (last_read_size == -1).