mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:31:23 +02:00
commit
ff5fb0f729
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ int AudioRingBuffer::parseData(unsigned char* sourceBuffer, int numBytes) {
|
||||||
bearing = bearing > 0
|
bearing = bearing > 0
|
||||||
? bearing - AGENT_LOOPBACK_MODIFIER
|
? bearing - AGENT_LOOPBACK_MODIFIER
|
||||||
: bearing + AGENT_LOOPBACK_MODIFIER;
|
: bearing + AGENT_LOOPBACK_MODIFIER;
|
||||||
|
} else {
|
||||||
|
_shouldLoopbackForAgent = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
dataPtr += sizeof(float);
|
dataPtr += sizeof(float);
|
||||||
|
|
Loading…
Reference in a new issue