Diffusion Text To Morse (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
717100439a8d | julienyu | correct bug with ignored characters | Apr 25 2018 | ||||
b6a05467b39d | julienyu | Initial commit | Apr 25 2018 |
README.md
README.md
DESCRIPTION
- Given a text string, the program will play the corresponding morse code.
- Can be used to exercise decoding
- For now, only letters are supported
- Various speed, frequency parameters can be adjusted in the code
BUILD
- install portaudio
- make
USAGE
- if no argument, pick one random from sayings.txt
- or provide string, for example ./morse "Test"
c4science · Help