mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
fix another primitive write in AudioClient
This commit is contained in:
parent
4d3659b627
commit
2ac833c904
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ void AudioClient::handleAudioInput() {
|
|||
_audioPacket->reset();
|
||||
|
||||
// write sequence number
|
||||
_audioPacket->write(_outgoingAvatarAudioSequenceNumber);
|
||||
_audioPacket->writePrimitive(_outgoingAvatarAudioSequenceNumber);
|
||||
|
||||
if (_audioPacket->getPacketType() == PacketType::SilentAudioFrame) {
|
||||
// pack num silent samples
|
||||
|
|
Loading…
Reference in a new issue