mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:31:29 +02:00
typo
This commit is contained in:
parent
8a633743b3
commit
77f262561c
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ int PositionalAudioRingBuffer::parseData(const QByteArray& packet) {
|
||||||
readBytes += sizeof(int16_t);
|
readBytes += sizeof(int16_t);
|
||||||
|
|
||||||
// NOTE: fixes a bug in old clients that would send garbage for their number of silentSamples
|
// NOTE: fixes a bug in old clients that would send garbage for their number of silentSamples
|
||||||
numSilentSamples = getNumSamplesPerFrame();
|
numSilentSamples = getSamplesPerFrame();
|
||||||
|
|
||||||
if (numSilentSamples > 0) {
|
if (numSilentSamples > 0) {
|
||||||
if (_currentJitterBufferFrames > _desiredJitterBufferFrames) {
|
if (_currentJitterBufferFrames > _desiredJitterBufferFrames) {
|
||||||
|
|
Loading…
Reference in a new issue