mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
Remove always true argument of ExportPlugin::CreateMixer
This commit is contained in:
@@ -308,7 +308,7 @@ ProgressResult ExportMP2::Export(AudacityProject *project,
|
||||
auto mixer = CreateMixer(tracks, selectionOnly,
|
||||
t0, t1,
|
||||
stereo ? 2 : 1, pcmBufferSize, true,
|
||||
rate, int16Sample, true, mixerSpec);
|
||||
rate, int16Sample, mixerSpec);
|
||||
|
||||
InitProgress( pDialog, fName,
|
||||
selectionOnly
|
||||
|
Reference in New Issue
Block a user