diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/references/references.txt | 20 | ||||
| -rw-r--r-- | doc/style.css | 2 |
2 files changed, 13 insertions, 9 deletions
diff --git a/doc/references/references.txt b/doc/references/references.txt index fafba93..2ce8329 100644 --- a/doc/references/references.txt +++ b/doc/references/references.txt @@ -25,8 +25,8 @@ Latency/Present ~~~~~~~~~~~~~~~ * https://themaister.net/blog/2023/11/12/my-scuffed-game-streaming-adventure-pyrofling/ -Old Video Standards Stuff -~~~~~~~~~~~~~~~~~~~~~~~~~ +Old Video Standards +~~~~~~~~~~~~~~~~~~~ * https://en.wikipedia.org/wiki/24p * https://en.wikipedia.org/wiki/Three-two_pull_down * https://cinematography.com/index.php?/forums/topic/71346-why-23976-and-not-24-fps/&tab=comments#comment-455454 @@ -37,10 +37,6 @@ Old Video Standards Stuff image:pal_vs_ntsc_aspect_ratio.png[PalVsNtsc,1100] * https://en.wikipedia.org/wiki/Anamorphic_widescreen -Python ------- -* https://stackoverflow.com/questions/38243682/whats-the-standard-way-to-package-a-python-project-with-dependencies - Audio ----- Formats @@ -54,11 +50,19 @@ Drivers * https://stackoverflow.com/questions/41263580/what-exactly-does-alsas-snd-pcm-delay-return * https://stackoverflow.com/questions/24040672/the-meaning-of-period-in-alsa -Interface ---------- +Latency +^^^^^^^ +* https://blog.nirbheek.in/2018/04/a-simple-method-of-measuring-audio.html?m=1 + +User Interface +-------------- Terminal ~~~~~~~~ * https://www.amp-what.com/ * https://www.unicode.org/charts/beta/nameslist/n_2B00.html +Python +------ +* https://stackoverflow.com/questions/38243682/whats-the-standard-way-to-package-a-python-project-with-dependencies + // vim: set syntax=asciidoc: diff --git a/doc/style.css b/doc/style.css index e52223b..f99c06c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,6 +1,6 @@ body { font-family: serif; - margin: 1em 45% 1em 5%; + margin: 1em 35% 1em 5%; background-color: #fef9fa; } |