diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/references/references.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/references/references.txt b/docs/references/references.txt index 532f588..cf74777 100644 --- a/docs/references/references.txt +++ b/docs/references/references.txt @@ -2,6 +2,8 @@ = References +There are various untracked links in code comments. + Video ----- Vsync/VRR @@ -63,6 +65,11 @@ Latency ^^^^^^^ * https://blog.nirbheek.in/2018/04/a-simple-method-of-measuring-audio.html?m=1 +Waveform +^^^^^^^^ +* https://manual.audacityteam.org/man/audacity_waveform.html +* https://github.com/fooyin/fooyin/blob/master/src/plugins/wavebar/waveformgenerator.cpp + User Interface -------------- Terminal @@ -70,6 +77,14 @@ Terminal * https://www.amp-what.com/ * https://www.unicode.org/charts/beta/nameslist/n_2B00.html +Networking +---------- +Timing +^^^^^^ +* https://www.rfc-editor.org/rfc/rfc4330 +* https://www.rfc-editor.org/rfc/rfc5905 +* https://www.eecis.udel.edu/~mills/ntp.html + Code ---- C |