mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
Fix a comment
This commit is contained in:
parent
76a896845c
commit
7224671628
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user