Ref T730, style

This commit is contained in:
Klaus Basan
2019-09-25 17:25:33 +02:00
committed by Mat Sutcliffe
parent 6071e77b7f
commit 2fed1e7e99
7 changed files with 18 additions and 10 deletions

View File

@@ -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:

View File

@@ -160,7 +160,7 @@ namespace BlackCore
if (it)
{
(*it)->setFrequency(radioTransceiver.frequency);
(*it)->setFrequency(radioTransceiver.frequencyHz);
}
}