summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-23 18:15:07 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-23 18:15:07 -0400
commit831f260ba2f6bc89f0451f6cc628bd131913a363 (patch)
tree5db96c2782fd74f6799bd328742d21c8ffa3ca66 /doc
parent626f299dd3512d44df4bcf95fc7a21b9417c06b0 (diff)
downloadcamu-831f260ba2f6bc89f0451f6cc628bd131913a363.tar.gz
camu-831f260ba2f6bc89f0451f6cc628bd131913a363.tar.bz2
camu-831f260ba2f6bc89f0451f6cc628bd131913a363.zip
Sink-side list sync resilience, vcr fix
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'doc')
-rw-r--r--doc/references/references.txt20
-rw-r--r--doc/style.css2
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;
}