From e7f086372155768c325ee09336e3be3a6937f4dd Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 7 Feb 2022 09:09:39 +1300 Subject: [PATCH] Remove unneccessary org header. --- streaming/obs-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming/obs-setup.org b/streaming/obs-setup.org index e19a79c..b5e38fc 100644 --- a/streaming/obs-setup.org +++ b/streaming/obs-setup.org @@ -90,7 +90,7 @@ echo "load-module module-virtual-source source_name=VirtualMic master=Source.mon If all devices created successfully you should see them listed after running the code block below: #+NAME: Check virtual audio devices -#+begin_src shell :results output +#+begin_src shell pacmd list-modules | grep -i "VirtualSpeaker" pacmd list-modules | grep -i "VirtualMic" #+end_src