1.0.3 • Published 7 years ago

morsecmd v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

morsecmd

Usage

node morsecmd -s 10 -t 800 -i 'Testing 1 2 3' -o ./morse.wav

Options

--sidetone -t  Sets the tone frequency. Default is 800
--wpm -s       Sets the speed in wpm. Default is 10
--input -i     Sets the input text to convert to morse code
--output -o    Sets the output file (must be a .wav file)

You can also pipe and/or redirect from STDIN and to STDOUT with morsecmd.

echo 'Hello world' | morsecmd > hello.wav
1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago