mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 05:11:43 +02:00
Suppress initial PacketType::SilentAudioFrame on audio gate startup
This commit is contained in:
parent
0f73496a44
commit
6ea4ed80cd
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ private:
|
|||
QHash<QUuid, quint16> _outgoingScriptAudioSequenceNumbers;
|
||||
|
||||
AudioGate _audioGate;
|
||||
bool _audioGateOpen { false };
|
||||
bool _audioGateOpen { true };
|
||||
bool _isNoiseGateEnabled { false };
|
||||
|
||||
CodecPluginPointer _codec;
|
||||
|
|
|
@ -364,7 +364,7 @@ private:
|
|||
AudioIOStats _stats;
|
||||
|
||||
AudioGate* _audioGate { nullptr };
|
||||
bool _audioGateOpen { false };
|
||||
bool _audioGateOpen { true };
|
||||
|
||||
AudioPositionGetter _positionGetter;
|
||||
AudioOrientationGetter _orientationGetter;
|
||||
|
|
Loading…
Reference in a new issue