diff options
| author | 2024-10-23 18:15:07 -0400 | |
|---|---|---|
| committer | 2024-10-23 18:15:07 -0400 | |
| commit | 831f260ba2f6bc89f0451f6cc628bd131913a363 (patch) | |
| tree | 5db96c2782fd74f6799bd328742d21c8ffa3ca66 /doc/references | |
| parent | 626f299dd3512d44df4bcf95fc7a21b9417c06b0 (diff) | |
| download | camu-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/references')
| -rw-r--r-- | doc/references/references.txt | 20 |
1 files changed, 12 insertions, 8 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: |