mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
More members of Mixer are const
This commit is contained in:
@@ -1953,8 +1953,11 @@ bool AudioIO::AllocateBuffers(
|
||||
1,
|
||||
std::max( mPlaybackSamplesToCopy, mPlaybackQueueMinimum ),
|
||||
false,
|
||||
mRate, floatSample, false);
|
||||
mPlaybackMixers[i]->ApplyTrackGains(false);
|
||||
mRate, floatSample,
|
||||
false, // low quality dithering and resampling
|
||||
nullptr,
|
||||
false // don't apply track gains
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user