Skip to content

Utility program that helps rendering a text file into a morse code wav file.

Notifications You must be signed in to change notification settings

benishor/morse-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morse-writer

Utility program that helps rendering a text file into a morse code wav file.

Clone

git clone --recursive git@github.com:benishor/morse-writer.git

Build

mkdir build && cd build
cmake .. && make

To run unit tests make test

Usage

./morse-writer -i fileToConvert -o outputWavFile

	Optional arguments:

		-s speedInWpm. Integer, defaults to 20
		-sf Farsnworth feel-like speed. Integer, defaults to configured speed
		-f frequencyInHz, Integer, defaults to 600
		-p punchiness. Float, defaults to 1
		-sr samplerate. Integer, defaults to 44100
		-c channels. Integer, defaults to 1

Example: ./morse-writer -i book.txt book.wav -s 33

About

Utility program that helps rendering a text file into a morse code wav file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published