Skip to content

Encode Message in Latin Alphabet or any alphabet that you can transcript into a binary tree - to Morse: final result is an audio .wav file - Decode any audio .wav file that describes Morse into Latin or any alphabet

Notifications You must be signed in to change notification settings

delmaass/morse-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse <-> Latin (or any other) Alphabet

Encode a Message written in Latin Alphabet or any other alphabet that you could translate into a binary tree - to Morse: the output of the program is an audio .wav file

To encode a message: ./morse -e < message > < duration of a ti: default is 0.1 >

To encode a message from a file: ./morse -ef < text file: default is input.txt > < ti: 0.1 >

Decode any audio .wav file that contains Morse into a Message written in Latin or any other alphabet

To decode a .wav file: ./morse -d < .wav file: default is output.wav > < duration of a ti: default is 0.1 >

Compilation:

To compile: make

DELMAS Louis - Mines ParisTech - 24/01/21

About

Encode Message in Latin Alphabet or any alphabet that you can transcript into a binary tree - to Morse: final result is an audio .wav file - Decode any audio .wav file that describes Morse into Latin or any alphabet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published