1
0
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:
Paul Licameli
2020-11-30 15:14:20 -05:00
parent 4871584cb3
commit c9a9f0f906
9 changed files with 9 additions and 10 deletions

View File

@@ -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