mirror of
https://github.com/overte-org/overte.git
synced 2025-06-19 01:01:10 +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) :
|
AudioMixerClientData::AudioMixerClientData(const QUuid& nodeID) :
|
||||||
NodeData(nodeID),
|
NodeData(nodeID),
|
||||||
|
audioLimiter(AudioConstants::SAMPLE_RATE, AudioConstants::STEREO),
|
||||||
_outgoingMixedAudioSequenceNumber(0),
|
_outgoingMixedAudioSequenceNumber(0),
|
||||||
_downstreamAudioStreamStats(),
|
_downstreamAudioStreamStats()
|
||||||
audioLimiter(AudioConstants::SAMPLE_RATE, AudioConstants::STEREO)
|
|
||||||
{
|
{
|
||||||
// of the ~94 blocks in a second of audio sent from the AudioMixer, pick a random one to send out a stats packet on
|
// 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
|
// this ensures we send out stats to this client around every second
|
||||||
|
|
Loading…
Reference in a new issue