|
3 years ago | |
---|---|---|
MorseCodeParser | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
MorseCodeParser.sln | 3 years ago | |
README.md | 3 years ago |
Dot dot hash!
A C# program that uses NAudio to analyze an audio file and decode the detected morse signal. Currently not particularly tolerant of noise.
Features:
Open the solution in Visual Studio / MonoDevelop / Xamarin and hit build. Alternatively, linux users can run nuget restore && msbuild
in the root of this repository.
Use the program like this:
./MorseDecoder.exe "/path/to/audio/file.wav"
In theory, it should support multiple audio file formats as it uses an NAudio AudioFileReader
to read the samples from the source file.
The output will show the detected morse code, and the deciphered text.
This program is licensed under the Mozilla Public License 2.0.