mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
[AFV] Ref T730, reload settings after starting audio so they are applied
This commit is contained in:
committed by
Mat Sutcliffe
parent
c2bc06da13
commit
cd58108bfe
@@ -147,6 +147,7 @@ namespace BlackCore
|
|||||||
m_startDateTimeUtc = QDateTime::currentDateTimeUtc();
|
m_startDateTimeUtc = QDateTime::currentDateTimeUtc();
|
||||||
m_connection->setReceiveAudio(true);
|
m_connection->setReceiveAudio(true);
|
||||||
m_voiceServerPositionTimer.start(5000);
|
m_voiceServerPositionTimer.start(5000);
|
||||||
|
this->onSettingsChanged(); // make sure all settings are applied
|
||||||
m_isStarted = true;
|
m_isStarted = true;
|
||||||
CLogMessage(this).info(u"Started [Input: %1] [Output: %2]") << inputDevice.deviceName() << outputDevice.deviceName();
|
CLogMessage(this).info(u"Started [Input: %1] [Output: %2]") << inputDevice.deviceName() << outputDevice.deviceName();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user