Remove unneccessary org header.

This commit is contained in:
2022-02-07 09:09:39 +13:00
parent 8247ac248b
commit e7f0863721

View File

@ -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: If all devices created successfully you should see them listed after running the code block below:
#+NAME: Check virtual audio devices #+NAME: Check virtual audio devices
#+begin_src shell :results output #+begin_src shell
pacmd list-modules | grep -i "VirtualSpeaker" pacmd list-modules | grep -i "VirtualSpeaker"
pacmd list-modules | grep -i "VirtualMic" pacmd list-modules | grep -i "VirtualMic"
#+end_src #+end_src