mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T730, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
09b38b4e6d
commit
3ddded423a
@@ -30,7 +30,6 @@ namespace BlackCore
|
||||
m_waveFormat.setCodec("audio/pcm");
|
||||
|
||||
m_mixer = new CMixingSampleProvider(this);
|
||||
|
||||
m_receiverIDs = transceiverIDs;
|
||||
|
||||
for (quint16 transceiverID : transceiverIDs)
|
||||
@@ -43,11 +42,6 @@ namespace BlackCore
|
||||
}
|
||||
}
|
||||
|
||||
QAudioFormat CSoundcardSampleProvider::waveFormat() const
|
||||
{
|
||||
return m_waveFormat;
|
||||
}
|
||||
|
||||
void CSoundcardSampleProvider::setBypassEffects(bool value)
|
||||
{
|
||||
for (CReceiverSampleProvider *receiverInput : m_receiverInputs)
|
||||
|
||||
Reference in New Issue
Block a user