This PR adds support for the Farnsworth speed, which controls the speed at which intercharacter and interword gaps are sent. This isn't a breaking change because it falls back to the options.unit if it's not specified. As the WPM unit isn't calculated in this library, I've also not included the FWPM calculation either.
Additionally, it fixes incorrect spacing between words. Right now, the library produces 13 dots of silence (intercharacter + interword + intercharacter) between words, instead of the expected 7.
This PR adds support for the Farnsworth speed, which controls the speed at which intercharacter and interword gaps are sent. This isn't a breaking change because it falls back to the
options.unit
if it's not specified. As the WPM unit isn't calculated in this library, I've also not included the FWPM calculation either.Additionally, it fixes incorrect spacing between words. Right now, the library produces 13 dots of silence (intercharacter + interword + intercharacter) between words, instead of the expected 7.