Skip to content

aa-ko/wav-to-morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wav-to-morse

CLI tool to extract Morse code beeps from a .wav file and translate it to ASCII.

TODO

  • Correctly insert spaces when LongPause is detected
  • Use clap to build a real command line interface
  • It might be beneficial for performance to not collect all iterators all the time, but I might be wrong about this
  • Move parsing logic into a library and seperate it from the CLI wrapper
  • Run FFT on each sample, ideally in parallel
  • Utilize a logging library and respect given -v arguments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages