mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 06:33:42 +02:00
fixed typo
This commit is contained in:
parent
280289045c
commit
89bfa5bc09
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void Sound::downSample(const QByteArray& rawAudioByteArray) {
|
||||||
|
|
||||||
// truncate to actual output
|
// truncate to actual output
|
||||||
int numDestinationBytes = numDestinationFrames * numChannels * sizeof(AudioConstants::AudioSample);
|
int numDestinationBytes = numDestinationFrames * numChannels * sizeof(AudioConstants::AudioSample);
|
||||||
_byteArray.resize(maxDestinationBytes);
|
_byteArray.resize(numDestinationBytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue