A C# program that uses NAudio to analyze an audio file and decode the detected morse signal. Currently not particularly tolerant of noise.
Go to file
Starbeamrainbowlabs a9189ef1dc Merge local tree with the new remote repository. 2017-05-27 17:51:57 +01:00
MorseCodeParser Initial commit. That was a fun challenge! 2017-05-27 17:48:59 +01:00
.gitignore Initial commit. That was a fun challenge! 2017-05-27 17:48:59 +01:00
LICENSE Initial commit 2017-05-27 18:51:12 +02:00
MorseCodeParser.sln Initial commit. That was a fun challenge! 2017-05-27 17:48:59 +01:00
README.md Initial commit 2017-05-27 18:51:12 +02:00

README.md

AudioMorseDecoder

A C# program that uses NAudio to analyze an audio file and decode the detected morse signal. Currently not particularly tolerant of noise.