<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://crunchbang.org/forums/extern.php?action=feed&amp;type=rss&amp;tid=17579" rel="self" type="application/rss+xml" />
		<title><![CDATA[CrunchBang Linux Forums / Toggle mic on/off when using skype]]></title>
		<link>http://crunchbang.org/forums/viewtopic.php?id=17579</link>
		<description><![CDATA[The most recent posts in Toggle mic on/off when using skype.]]></description>
		<lastBuildDate>Wed, 01 Feb 2012 12:11:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Toggle mic on/off when using skype]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=185327#p185327</link>
			<description><![CDATA[<p>Hi folks,</p><p>Usually I like to have my microphone turned off to avoid unwanted feedback in my funky boombastic speakers. When I use skype, you guessed it, I want the mic turned on. Getting older and lazier every day I made this script and I thought I would share it with you. When I say &quot;made this script&quot; it sounds cool but I actually copy/pasted three stupid commands into a file. This is so simple I hesitated posting this but then I thought I&#039;d be glad to find that post again if something happens. You never know. Well here it is:</p><div class="codebox"><pre><code>#!/bin/sh
amixer set Mic 80% unmute &gt; /dev/null
env LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype
amixer set Mic 80% mute &gt; /dev/null</code></pre></div><p>As you can see this turns the mic off when I close skype, which is good for my lazy fingers and saves some power from my wireless mouse. </p><p>I saved this into a file, make it executable and call it from the openbox menu.</p>]]></description>
			<author><![CDATA[dummy@example.com (kiiroitori)]]></author>
			<pubDate>Wed, 01 Feb 2012 12:11:48 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=185327#p185327</guid>
		</item>
	</channel>
</rss>
