mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09: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()));
|
formatStr.c_str()));
|
||||||
|
|
||||||
while (updateResult == eProgressSuccess) {
|
while (updateResult == eProgressSuccess) {
|
||||||
sampleCount samplesWritten;
|
sf_count_t samplesWritten;
|
||||||
sampleCount numSamples = mixer->Process(maxBlockLen);
|
sampleCount numSamples = mixer->Process(maxBlockLen);
|
||||||
|
|
||||||
if (numSamples == 0)
|
if (numSamples == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user