mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
[AFV] Ref T730, init in/out dB values - avoid issue with unitialized values
This commit is contained in:
@@ -304,8 +304,8 @@ namespace BlackCore
|
|||||||
std::atomic_bool m_winCoInitialized { false }; //!< Windows only CoInitializeEx
|
std::atomic_bool m_winCoInitialized { false }; //!< Windows only CoInitializeEx
|
||||||
QDateTime m_startDateTimeUtc;
|
QDateTime m_startDateTimeUtc;
|
||||||
|
|
||||||
double m_inputVolumeDb;
|
double m_inputVolumeDb = 0.0;
|
||||||
double m_outputVolumeDb;
|
double m_outputVolumeDb = 0.0;
|
||||||
double m_outputVolume = 1.0;
|
double m_outputVolume = 1.0;
|
||||||
double m_maxDbReadingInPTTInterval = -100;
|
double m_maxDbReadingInPTTInterval = -100;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user