No Description
Keelan Lightfoot 2bb2ec18a1 Updated readme. 8 years ago
README.md Updated readme. 8 years ago
rtty.html first commit 8 years ago
rtty.js first commit 8 years ago

README.md

rtty.js

A FSK modulator implemented purely in Javascript. Requires a browser with reasonbly good support for Web Audio (Chrome, Safari).

This was ported from a C implemetation of a FSK modulator that I created some years back. To keep things computationally simple, a wavetable is used to generate the audio tones. The method used to keep the baud rate in sync with the audio sample rate (a click track… read the source if you want to understand this a bit better) is a bit silly, but it makes things interesting.