[AFV] Ref T730, changed/added settings for AFV and allow still to use old swift notifications

This commit is contained in:
Klaus Basan
2019-10-17 18:13:57 +02:00
parent 3a469d4654
commit 7fdc2c3db3
5 changed files with 26 additions and 14 deletions

View File

@@ -164,8 +164,8 @@ namespace BlackCore
}
const CSettings s = m_audioSettings.get();
m_doClickWhenAppropriate = s.pttClickDown();
m_doBlockWhenAppropriate = s.pttBlocked();
m_doClickWhenAppropriate = s.afvClicked();
m_doBlockWhenAppropriate = s.afvBlocked();
}
void CReceiverSampleProvider::addSilentSamples(const IAudioDto &audioDto, uint frequency, float distanceRatio)