mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
Use sf_count_t not sampleCount
This commit is contained in:
parent
ee5a0db9ff
commit
b8c1d02058
@ -490,7 +490,7 @@ int ExportPCM::Export(AudacityProject *project,
|
||||
formatStr.c_str()));
|
||||
|
||||
while (updateResult == eProgressSuccess) {
|
||||
sampleCount samplesWritten;
|
||||
sf_count_t samplesWritten;
|
||||
sampleCount numSamples = mixer->Process(maxBlockLen);
|
||||
|
||||
if (numSamples == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user