모스 부호 오디오 플레이어
텍스트를 모스 부호로 변환하고 애니메이션 기호와 함께 재생하세요.
이 도구에 대해
텍스트를 입력하면 즉시 애니메이션 점과 선으로 모스 부호 표현이 표시됩니다. Web Audio API가 각 기호를 화면에 강조 표시하는 동안 톤으로 재생하므로 코드를 보고 들을 수 있습니다. WPM, 주파수 및 볼륨을 조정하거나 연습 모드로 전환하여 청취 실력을 테스트하세요.
사용 방법
- 1 1단계: 인코딩하려는 텍스트를 입력 필드에 입력하세요.
- 2 2단계: WPM(속도), 톤 주파수 및 볼륨을 원하는 대로 조정하세요.
- 3 3단계: 재생을 클릭하거나 스페이스바를 눌러 모스 부호의 애니메이션 오디오 재생을 시작하세요.
- 4 4단계: 연습 모드를 활성화하여 텍스트를 숨기고 들리는 것을 디코딩할 수 있는지 테스트하세요.
How Morse code turns letters into sound
Morse code represents each letter, digit, and punctuation mark as a short sequence of dots and dashes — for example A is .-, S is ..., and O is ---, which is why the distress signal SOS is the unmistakable ... --- .... This tool converts whatever you type into that pattern, shows it on screen, and — crucially — plays it as real audio tones so you can hear the rhythm, not just read it. Listening is how operators actually learn Morse; the code lives in your ears, not your eyes.
The timing that makes it readable: the PARIS standard
Morse isn't just dots and dashes — the spacing carries as much meaning as the marks. All durations are defined relative to one unit, the length of a single dot. The internationally agreed ratios are:
| Element | Length |
|---|---|
| Dot | 1 unit |
| Dash | 3 units |
| Gap between symbols in a letter | 1 unit |
| Gap between letters | 3 units |
| Gap between words | 7 units |
Speed is measured in words per minute (WPM), calibrated against the reference word "PARIS," which happens to be exactly 50 units long. This tool uses the standard formula dot = 1200 / WPM milliseconds. So at the default 15 WPM, one dot lasts 1200 ÷ 15 = 80 ms, a dash lasts 240 ms, the gap between letters is 240 ms, and the gap between words is 560 ms. Drag the WPM slider up and every duration shrinks proportionally, keeping the rhythm correct at any speed.
A worked example: hearing "HELLO"
Type HELLO and the tool builds the sequence .... . .-.. .-.. ---. At 15 WPM it plays four quick dots for H (each 80 ms with 80 ms gaps), pauses 240 ms, sounds a single dot for E, pauses again, then the dot-dash-dot-dot of each L, and finally three long 240 ms dashes for O. As each symbol plays it lights up blue on screen, so you can follow the marks visually while training your ear. You can also set the frequency (200–1000 Hz, default 600 Hz — the classic CW sidetone pitch) and the volume to taste.
Practice mode: train like a real operator
Tick Practice Mode and the on-screen Morse is blurred out. Press play, listen, type what you think you heard into the answer box, and check it. This forces you to decode by sound — the only way to build real receiving skill — rather than reading the dots off the screen. Start slow, get a word right consistently, then nudge the WPM up. Many learners find that the jump from "reading dots" to "hearing characters" is the single biggest hurdle, and a blind listen-and-type drill is the fastest way over it.
Practical tips
- Press the spacebar to play or pause without reaching for the button — handy during repeated practice runs.
- Learn whole sounds, not dot-counts. Don't count "dot dot dot" for S; learn its rhythm as a single burst. Counting falls apart above ~10 WPM.
- Use a higher WPM with longer gaps. Experienced trainers recommend learning characters fast but spacing them generously (Farnsworth-style) so you never start counting. Here you can approximate that by practising at a brisk WPM on short words.
- Pick a comfortable pitch. Around 600 Hz is standard, but if it strains your ears, lower the frequency a little — clarity matters more than tradition.
Common mistakes
- Cranking the speed too early. If you're decoding letter by letter in your head, you're going too fast. Drop the WPM until each character feels effortless.
- Ignoring word spacing. The seven-unit word gap is what separates "I AM" from "IAM." Listen for that long silence.
- Expecting unsupported characters to sound. Letters, digits, and common punctuation are mapped; anything outside the table is simply skipped rather than beeped.
Privacy and how the sound is made
The audio is synthesised entirely in your browser with the Web Audio API — a sine-wave oscillator generates each tone on the fly, with a tiny 5 ms ramp at the start and end of every beep to avoid clicks. Nothing is recorded, uploaded, or sent anywhere; the text you encode and the audio it produces never leave your device.