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

Handle '-32767' value is 'speedfactor' check. #264

Closed AESilky closed 3 years ago

AESilky commented 3 years ago

Added a check for the -32767 'special' value. This seems to correctly adjust the playback, but I would like an experienced ear to validate the result.

Closes #263

AESilky commented 3 years ago

If this change doesn't result in the %50 slowdown, it's possible that the KOB playback doesn't 'like' the (much) slower speeds requested by the values.

If that is the case @AESilky and @leskerr will probably need to troubleshoot/modify together.

AESilky commented 3 years ago

I will say that it 'sounds slower to me', but I will add that I don't yet have 'the ear' to really discern the difference. I will need @leskerr to listen and comment on the result.

If this doesn't result in the expected 1/2 speed playback, I will probably need @leskerr 's help to step through it and figure out where the 50% isn't being applied correctly.