MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Improve code decoding when large Farnsworth is involved (not a comple… #276

Closed AESilky closed 1 year ago

AESilky commented 1 year ago

…te fix).

Change Receive to take cwpm in addition to wpm and use the larger of the two to decode with.

AESilky commented 1 year ago

I tested this a number of times and it is significantly better, so I'm going to go ahead and merge this. I'm trying to minimize the changes to master until the (large) 'Config' change is complete, so I'll hold off on trying to resolve the occasional 'ME' rather than 'M O' decoding until later.