mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
Ref T730, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
6071e77b7f
commit
2fed1e7e99
@@ -35,7 +35,10 @@ namespace BlackCore
|
||||
//! Inout buffer
|
||||
CAudioInputBuffer(QObject *parent = nullptr);
|
||||
|
||||
//! Start
|
||||
void start();
|
||||
|
||||
//! Stop
|
||||
void stop();
|
||||
|
||||
//! \copydoc QIODevice::readData
|
||||
@@ -49,6 +52,7 @@ namespace BlackCore
|
||||
void frameAvailable(const QByteArray &frame);
|
||||
|
||||
protected:
|
||||
//! \copydoc QIODevice::timerEvent
|
||||
void timerEvent(QTimerEvent *event) override;
|
||||
|
||||
private:
|
||||
@@ -92,7 +96,10 @@ namespace BlackCore
|
||||
void stop();
|
||||
|
||||
signals:
|
||||
//! Volume stream data
|
||||
void inputVolumeStream(const InputVolumeStreamArgs &args);
|
||||
|
||||
//! OPUS data
|
||||
void opusDataAvailable(const OpusDataAvailableArgs &args);
|
||||
|
||||
private:
|
||||
|
||||
@@ -160,7 +160,7 @@ namespace BlackCore
|
||||
|
||||
if (it)
|
||||
{
|
||||
(*it)->setFrequency(radioTransceiver.frequency);
|
||||
(*it)->setFrequency(radioTransceiver.frequencyHz);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user