A program to help you learn Morse code without looking at dots and dashes
Java 14 and Gradle 7 required
2022-10-03 - Update to reduce clicks and pops in audio, if anyone out there is testing this, let me know if it works on your machines too.
2020-04-14 - initial commit pushed up UI semi planned out, somewhat functional. sound is clicky and not correct, not sure if it has something to do with tasks or not. tried pre-buffering audio, then playing it in one go, as there were many more problems with trying to generate audio on the fly. hopefully this doesn't turn into memory issues although I suspect it will.