Skip to content

paulburton0/morsecmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published