diff options
| author | 2025-04-25 15:56:56 -0400 | |
|---|---|---|
| committer | 2025-04-25 15:56:56 -0400 | |
| commit | b1985414e54edf1eebe597551a48609ad08c6cfa (patch) | |
| tree | 4a4def499348e0c9ccb52472e7c862f814993931 /docs | |
| parent | 76fc9fe33dd58926e552b6bd3b79d798b452c6ed (diff) | |
| download | camu-b1985414e54edf1eebe597551a48609ad08c6cfa.tar.gz camu-b1985414e54edf1eebe597551a48609ad08c6cfa.tar.bz2 camu-b1985414e54edf1eebe597551a48609ad08c6cfa.zip | |
Partial cmc ui refactor
Signed-off-by: Andrew Opalach <andrew@akon.city>
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 |