<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>Jaryl Chng&apos;s Knowledge Base</title>
  <language>en-us</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://kb-jarylchng-com.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://kb.jarylchng.com</link>
  <description>
    <![CDATA[<p>Welcome to the index page of my knowledge base, if you haven't done so, do visit my website at <a href="https://jarylchng.com" rel="noopener noreferrer" target="_blank">https://jarylchng.com</a>.</p><p>I will mainly use this site to document stuff, most of which will likely be in the public domain.</p>]]>
  </description>
  <itunes:author>Jaryl Chng</itunes:author>
  <itunes:image href="https://kb-static.jarylchng.com/kb-jarylchng-com/production/images/channel-c68f1f55f856ab833b4365991609dbec.png"/>
  <image>
    <title>Jaryl Chng&apos;s Knowledge Base</title>
    <url>https://kb-static.jarylchng.com/kb-jarylchng-com/production/images/channel-c68f1f55f856ab833b4365991609dbec.png</url>
    <link>https://kb.jarylchng.com</link>
  </image>
  <copyright>©2024</copyright>
  <itunes:category text="Technology"/>
  <item>
    <title>Linux - Sharing Computer Audio with Discord &amp; Zoom</title>
    <guid>qg9ed0d2i8s</guid>
    <pubDate>Sat, 06 Apr 2024 16:19:46 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<h2>Required software packages</h2><p>pulseaudio and pactl</p><h2>Instructions</h2><h3>List all existing input sinks</h3><pre class="ql-syntax" spellcheck="false">pactl list sinks
</pre><h3>Find the name of the existing target input sink (your mic)</h3><p>Mine was: Name: alsa_output.usb-Kingston_HyperX_Cloud_Revolver_S_000000000000-00.analog-surround-71</p><h3>Create virtual sinks and combine mic and computer audio as inputs</h3><pre class="ql-syntax" spellcheck="false">pacmd load-module module-null-sink sink_name=Share sink_properties=device.description=Share
pacmd load-module module-combine-sink slaves=alsa_output.usb-Kingston_HyperX_Cloud_Revolver_S_000000000000-00.analog-surround-71,Share
pacmd load-module module-loopback sink=Share latency_msec=1
pactl load-module module-remap-source master=Share.monitor source_name=Share_Mic source_properties=device.description="Share_Mic"
</pre><h3>Route output audio accordingly</h3><p><img src="https://kb-static.jarylchng.com/kb-jarylchng-com/production/media/rich-editor/items/qg9ed0d2i8s/image-97117276fae27e201aa3559ee3a4c807.png"></p><ul><li>Route to Share if you don't wish to hear the output</li><li>Route to Simultaneous output if you do wish to hear the output</li></ul><h3>Use the new Share_Mic as input</h3><h4>Discord</h4><p><img src="https://kb-static.jarylchng.com/kb-jarylchng-com/production/media/rich-editor/items/qg9ed0d2i8s/image-183d5a7f96497ebbfac64848ad75aa71.png"></p><h4>Zoom</h4><p><img src="https://kb-static.jarylchng.com/kb-jarylchng-com/production/media/rich-editor/items/qg9ed0d2i8s/image-aa9bb748839c6943d7e1bc90b3d317a2.png"></p>]]>
    </description>
    <link>https://kb.jarylchng.com/i/linux-sharing-computer-audio-with-discord-and-zoom-qg9ed0d2i8s/</link>
    <itunes:episodeType>full</itunes:episodeType>
  </item>
</channel>
</rss>