summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--2021/info/faster-schedule.md4
-rw-r--r--2021/schedule-details.md4
-rw-r--r--playbook.md8
-rw-r--r--playbook.org7
4 files changed, 13 insertions, 10 deletions
diff --git a/2021/info/faster-schedule.md b/2021/info/faster-schedule.md
index 1274437c..55b1c804 100644
--- a/2021/info/faster-schedule.md
+++ b/2021/info/faster-schedule.md
@@ -1,8 +1,8 @@
<!-- Automatically generated by conf-create-info-pages -->
Q&A: live
-Status: Waiting for speaker to send prerecorded video
-Duration: 36 minutes
+Status: Prerecorded video received, waiting for captions
+Duration: 35:35
<div class="times" start="2021-11-28T14:05:00Z" end="2021-11-28T14:41:00Z">Sunday, Nov 28 2021, ~ 9:05 AM - 9:41 AM EST<br />Sunday, Nov 28 2021, ~ 6:05 AM - 6:41 AM PST<br />Sunday, Nov 28 2021, ~ 2:05 PM - 2:41 PM UTC<br />Sunday, Nov 28 2021, ~ 3:05 PM - 3:41 PM CET<br />Sunday, Nov 28 2021, ~ 4:05 PM - 4:41 PM EET<br />Sunday, Nov 28 2021, ~ 7:35 PM - 8:11 PM IST<br />Sunday, Nov 28 2021, ~10:05 PM - 10:41 PM +08<br />Sunday, Nov 28 2021, ~11:05 PM - 11:41 PM JST<br /><a href="/2021/">Find out how to watch and participate</a></div>
# Description
diff --git a/2021/schedule-details.md b/2021/schedule-details.md
index 84979aac..c758df40 100644
--- a/2021/schedule-details.md
+++ b/2021/schedule-details.md
@@ -1,4 +1,4 @@
-<div>53 talks total: 30 captioned (375 min), 6 waiting for captions (110 min)</div>
+<div>53 talks total: 30 captioned (374 min), 7 waiting for captions (142 min)</div>
<table width="100%"><tr><th>Status</th><th>Start</th><th>Title</th><th>Speaker(s)</th></tr><tr><td colspan="4"><strong>Saturday morning<strong></td></tr>
<tr><td></td><td width=100>~ 9:00 AM</td><td><a href="/2021/talks/day1-open">Opening remarks</a></td><td></td></tr>
<tr><td>captioned</td><td width=100>~ 9:05 AM</td><td><a href="/2021/talks/news">Emacs News Highlights</a></td><td>Sacha Chua</td></tr>
@@ -36,7 +36,7 @@
<tr><td colspan="4"><strong>Sunday, Nov 28, 2021: Development talks<strong></td></tr>
<tr><td colspan="4"><strong>Sunday morning<strong></td></tr>
<tr><td></td><td width=100>~ 9:00 AM</td><td><a href="/2021/talks/day2-open">Opening remarks day 2</a></td><td></td></tr>
-<tr><td></td><td width=100>~ 9:05 AM</td><td><a href="/2021/talks/faster">Optimizing Emacs Lisp Code</a></td><td>Dmitry Gutov</td></tr>
+<tr><td>received</td><td width=100>~ 9:05 AM</td><td><a href="/2021/talks/faster">Optimizing Emacs Lisp Code</a></td><td>Dmitry Gutov</td></tr>
<tr><td>captioned</td><td width=100>~ 9:50 AM</td><td><a href="/2021/talks/structural">Tree-edit: Structural editing for Java, Python, C, and beyond!</a></td><td>Ethan Leba</td></tr>
<tr><td></td><td width=100>~10:03 AM</td><td><a href="/2021/talks/dsl">Self-Describing Smart DSL's: The Next Magits</a></td><td>Psionic</td></tr>
<tr><td>received</td><td width=100>~10:26 AM</td><td><a href="/2021/talks/ui">Yak-shaving to a UI framework (/Help! I accidentally yak-shaved my way to writing a UI framework because overlays were slow/)</a></td><td>Erik Anderson</td></tr>
diff --git a/playbook.md b/playbook.md
index d4f8439b..eff58201 100644
--- a/playbook.md
+++ b/playbook.md
@@ -33,12 +33,10 @@
- [live0 can't handle the load or is close to network transfer limit](#network)
- [Before the conference](#before)
- [Help speakers with tech checks](#tech-checks)
- - [Experiment with setup to allow MPV / BBB sound isolation](#org76b68a3)
+ - [Experiment with setup to allow MPV / BBB sound isolation](#sound)
<!-- This file was automatically generated from playbook.org. Instead of editing the .md, please edit the .org and republish. Thanks! -->
-- [Export and tangle]((progn (org-md-export-to-markdown) (org-babel-tangle)))
-
<a id="roles"></a>
@@ -597,7 +595,7 @@ Exceptions:
- Possible picture-in-picture approach to maximize screen real estate
-<a id="org76b68a3"></a>
+<a id="sound"></a>
## Experiment with setup to allow MPV / BBB sound isolation
@@ -620,6 +618,6 @@ You can probably then use `pavucontrol` (choose All Streams instead of
Applications on the Playback tab) or something like the following to
redirect the mpv output to the mpv sink.
- pacmd list-sink-inputs # notice the
+ pacmd list-sink-inputs # notice the ID for the process you want to redirect
pacmd move-sink-input 1 mpv
diff --git a/playbook.org b/playbook.org
index 80e3bbf9..f61bfa7d 100644
--- a/playbook.org
+++ b/playbook.org
@@ -4,6 +4,8 @@
<!-- This file was automatically generated from playbook.org. Instead of editing the .md, please edit the .org and republish. Thanks! -->
#+end_export
+* Commands :noexport:
+
- [[elisp:(progn (org-md-export-to-markdown) (org-babel-tangle))][Export and tangle]]
* Roles/values
@@ -480,6 +482,9 @@ Exceptions:
- Encourage webcam for Q&A, although make it clear that it's totally optional
- Possible picture-in-picture approach to maximize screen real estate
** Experiment with setup to allow MPV / BBB sound isolation
+:PROPERTIES:
+:CUSTOM_ID: sound
+:END:
Set MIC and OUTPUT appropriately.
@@ -503,7 +508,7 @@ Applications on the Playback tab) or something like the following to
redirect the mpv output to the mpv sink.
#+begin_src sh :eval no
-pacmd list-sink-inputs # notice the
+pacmd list-sink-inputs # notice the ID for the process you want to redirect
pacmd move-sink-input 1 mpv
#+end_src