mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge branch 'master' of https://github.com/kencooke/hifi
This commit is contained in:
commit
a818ed5377
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ soxr_error_t possibleResampling(soxr_t resampler,
|
|||
numAdjustedDestinationSamples /= 2;
|
||||
}
|
||||
|
||||
unsigned int numAdjustedDestinationSamplesActual = 0;
|
||||
size_t numAdjustedDestinationSamplesActual = 0;
|
||||
resampleError = soxr_process(resampler,
|
||||
sourceSamples, numAdjustedSourceSamples, NULL,
|
||||
destinationSamples, numAdjustedDestinationSamples, &numAdjustedDestinationSamplesActual);
|
||||
|
|
Loading…
Reference in a new issue