mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Add volume sliders to AFV sample UI
This commit is contained in:
committed by
Mat Sutcliffe
parent
8d1eea25b1
commit
1deaf1ca8b
@@ -50,6 +50,11 @@ namespace BlackCore
|
||||
{ 1 }
|
||||
};
|
||||
|
||||
m_transmittingTransceivers =
|
||||
{
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
qDebug() << "UserClient instantiated";
|
||||
}
|
||||
|
||||
@@ -406,7 +411,7 @@ namespace BlackCore
|
||||
updateTransceivers();
|
||||
}
|
||||
|
||||
float AFVClient::getOutputVolumeDb() const
|
||||
double AFVClient::getOutputVolumeDb() const
|
||||
{
|
||||
return m_outputVolume;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user