scp93ch / morse-pro

Library for manipulating Morse code text and sound. Understands prosigns and Farnsworth speed. Can create WAV files and analyse input from the microphone or audio files.
European Union Public License 1.2
118 stars 29 forks source link

letter O missing first `dah` in audio in web browser and audio download #8

Closed joecabezas closed 1 year ago

joecabezas commented 1 year ago

hello, great project I already read the FAQ https://morsecode.world/faq.html

I understand audio issues with delay, but even the download audio has a missing dah on letter O

this is only wrong on trainer mode: https://morsecode.world/american/trainer.html

letter O is ok in translator: https://morsecode.world/international/translator.html

example audio: ONTJS.zip

have a nice day

scp93ch commented 1 year ago

Hi,

Thanks for the report.

In the "trainer mode" where you say the "O" is wrong, you're looking at the American ("Railroad") Morse rather than the International Morse that you're probably expecting.

You can see that "O" in American Morse is two separated dits here: https://morsecode.world/american/morse.html

The library that creates the sounds has actually moved to GitLab: https://gitlab.com/scphillips/morse-pro

Stephen.