samples



morse

-/...././ /--.-/..-/../-.-./-.-/ /-.../.-./---/.--/-./ /..-./---/-..-/ /.---/..-/--/.--././-../ /---/...-/./.-./ /-/...././ /.-../.-/--../-.--/ /-../---/--./.../ /-.../.-/-.-./-.-/

alpha

the quick brown fox jumped over the lazy dogs back
This script translates a bit stream to morse code and its alpha equivalent. The stream is assumed to be clocked at a uniform rate of 15 to 60 samples per second to produce sample values of 0 or 1. Other input characters are ignored.

Try converting this demo message. Output is both morse (dots and dashes) and alpha characters. The output html surrounds these translations with corresponding div tags that simplify useing this script as a service. See TalkieListener for more information.

(c) 2006, Ward Cunningham