mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 19:32:58 +02:00
fix warning
This commit is contained in:
parent
7fd531541c
commit
f65f99a3e0
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@
|
|||
|
||||
AudioMixerClientData::AudioMixerClientData(const QUuid& nodeID) :
|
||||
NodeData(nodeID),
|
||||
audioLimiter(AudioConstants::SAMPLE_RATE, AudioConstants::STEREO),
|
||||
_outgoingMixedAudioSequenceNumber(0),
|
||||
_downstreamAudioStreamStats(),
|
||||
audioLimiter(AudioConstants::SAMPLE_RATE, AudioConstants::STEREO)
|
||||
_downstreamAudioStreamStats()
|
||||
{
|
||||
// of the ~94 blocks in a second of audio sent from the AudioMixer, pick a random one to send out a stats packet on
|
||||
// this ensures we send out stats to this client around every second
|
||||
|
|
Loading…
Reference in a new issue