mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Morse Decoder: set buffer size to analysis time window (3s)
This commit is contained in:
@@ -145,7 +145,7 @@ private:
|
||||
);
|
||||
|
||||
bool handleMessage(const Message& cmd);
|
||||
int processBuffer(QByteArray& bytesBuffer, int countBytes); //!< return the number of bytes left
|
||||
int processBuffer(QByteArray& bytesBuffer); //!< return the number of bytes left
|
||||
|
||||
// inline void processSample(
|
||||
// DataFifo::DataType dataType,
|
||||
|
||||
Reference in New Issue
Block a user