mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
data sent to client from mixer must include packet header
This commit is contained in:
parent
e4a734fc78
commit
182b0b4fa1
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ int main(int argc, const char* argv[]) {
|
|||
}
|
||||
|
||||
memcpy(clientPacket + 1, clientSamples, sizeof(clientSamples));
|
||||
agentList->getAgentSocket().send(agent->getPublicSocket(), clientSamples, BUFFER_LENGTH_BYTES + 1);
|
||||
agentList->getAgentSocket().send(agent->getPublicSocket(), clientPacket, BUFFER_LENGTH_BYTES + 1);
|
||||
}
|
||||
|
||||
// push forward the next output pointers for any audio buffers we used
|
||||
|
|
Loading…
Reference in a new issue