瀏覽代碼

Updated readme.

Keelan Lightfoot 8 年之前
父節點
當前提交
2bb2ec18a1
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      README.md

+ 3
- 1
README.md 查看文件

@@ -1,3 +1,5 @@
1 1
 # rtty.js
2 2
 
3
-A FSK modulator implemented purely in Javascript. Requires a browser with reasonbly good support for Web Audio (Chrome, Safari).
3
+A FSK modulator implemented purely in Javascript. Requires a browser with reasonbly good support for Web Audio (Chrome, Safari).
4
+
5
+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.