summaryrefslogtreecommitdiffstats
path: root/playbook
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--playbook.md8
-rw-r--r--playbook.org7
2 files changed, 9 insertions, 6 deletions
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