mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Morse decoder: set text intensity according to decoding cost factor
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
||||
void displaySampleRate(int sampleRate);
|
||||
void updateChannelList();
|
||||
bool handleMessage(const Message& message);
|
||||
void textReceived(const QString& text);
|
||||
void textReceived(const QString& text, float cost = 0.0f);
|
||||
void updateMorseStats(float estPitch, float estWPM, float cost);
|
||||
void makeUIConnections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user