mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
[AFV] Verbose logging only for dev.builds
This commit is contained in:
committed by
Mat Sutcliffe
parent
0e4938ebc5
commit
b63e127b13
@@ -68,7 +68,7 @@ namespace BlackCore
|
||||
//! @}
|
||||
|
||||
//! Callsign in use
|
||||
bool inUse() const;
|
||||
bool inUse() const { return m_inUse; }
|
||||
|
||||
//! Bypass effects
|
||||
void setBypassEffects(bool bypassEffects);
|
||||
@@ -81,9 +81,9 @@ namespace BlackCore
|
||||
|
||||
QAudioFormat m_audioFormat;
|
||||
|
||||
const double m_whiteNoiseGainMin = 0.17; //0.01;
|
||||
const double m_hfWhiteNoiseGainMin = 0.6; //0.01;
|
||||
const double m_acBusGainMin = 0.0028; //0.002;
|
||||
const double m_whiteNoiseGainMin = 0.17; //0.01;
|
||||
const double m_hfWhiteNoiseGainMin = 0.6; //0.01;
|
||||
const double m_acBusGainMin = 0.0028; //0.002;
|
||||
const int m_frameCount = 960;
|
||||
const int m_idleTimeoutMs = 500;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user