HOW TO USE:
- run initialize.ck inside miniaudicle, or in the command line by navigating to the morse_code_generator folder and typing
chuck initialize.ck
- follow the prompts in the command line to name your file and enter your message
- the console should read out the letters and translations into morse code while playing out the sequence
- when finished, there should be a .wav file in the morse_code_generator folder with your desired filename
PLANNED FEATURES:
- full morse code library, including ä, á, å, Ch, é, ñ, ö, and ü
- sanitized data entry
HOPEFUL FEATURES:
- reverse translation - feed this program audio of a morse code signal and it will return a translated string of text
- web-application version
- multiple language support
- farnsworth timing for novices [SEMI-IMPLEMENTED in v 0.0.4]
TODO:
- algorithm optimization
- better variable naming