1
0
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:
f4exb
2024-05-20 22:46:39 +02:00
parent 1edaa0d98a
commit eb877fa7c7
2 changed files with 41 additions and 7 deletions
@@ -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,