mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +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
|
||||
int numDestinationBytes = numDestinationFrames * numChannels * sizeof(AudioConstants::AudioSample);
|
||||
_byteArray.resize(maxDestinationBytes);
|
||||
_byteArray.resize(numDestinationBytes);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue