Morse Code Audio Decoder
An online JavaScript-based Morse code audio decoder for file analysis and live input.
Description
Demonstrates an online CW audio decoder tool, currently under active development, designed for analyzing and decoding Morse code. Users can upload audio files containing Morse code or record live audio input via a microphone, with processing handled entirely in JavaScript using the Web Audio API. The software analyzes the audio, attempting to determine the pitch and speed, and then decodes the message, providing options to compare the decoded output against a predefined message or a perfectly timed version.
The interface allows for setting optional comparison messages, character speed in WPM, and Farnsworth speed. It also features interactive charts for visualizing the audio analysis, where users can zoom with the mouse wheel and pan by dragging. Specific buttons highlight different element types such as intra-character space, inter-character space, extra elements, missing elements, and replaced elements, aiding in detailed signal analysis.
Built-in test files are available for immediate analysis, allowing users to quickly evaluate the decoder's performance. The tool is noted to work with specific browsers and is presented as a testing platform for user feedback, indicating ongoing refinement of its decoding algorithms and user interface.