<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>q dash m dot org &#187; linux</title>
	<atom:link href="http://q-m.org/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://q-m.org</link>
	<description>It stands for &#34;my domain is shorter than your domain&#34;</description>
	<lastBuildDate>Fri, 28 May 2010 07:45:49 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recording scanner output dictaphone-style, with silence detection</title>
		<link>http://q-m.org/2008/09/02/recording-scanner-output-dictaphone-style-with-silence-detection/</link>
		<comments>http://q-m.org/2008/09/02/recording-scanner-output-dictaphone-style-with-silence-detection/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 21:47:18 +0000</pubDate>
		<dc:creator>mpj</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://q-m.org/2008/09/02/recording-scanner-output-dictaphone-style-with-silence-detection/</guid>
		<description><![CDATA[I tried to find a Linux solution to automatically record scanner traffic, something like Scanner Recorder for Windows. It looks like I am not alone. Anyway, I figured it out.
This is how I did it under Ubuntu:

Download xpvox here.
Compile it (I had to install libforms and then change all instances of #include "forms.h" to #include [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to find a Linux solution to automatically record scanner traffic, something like <a href="http://www.davee.com/scanrec/">Scanner Recorder</a> for Windows. It looks like <a href="http://ubuntuforums.org/showthread.php?t=692284">I am not alone</a>. Anyway, I figured it out.</p>
<p>This is how I did it under Ubuntu:</p>
<ol>
<li>Download xpvox <a href="http://panteltje.com/panteltje/cb/">here</a>.</li>
<li>Compile it (I had to install libforms and then change all instances of <code>#include "forms.h"</code> to <code>#include &lt;X11/forms.h&gt;</code>).</li>
<li>Install speex.</li>
<li>Make sure /dev/dsp0 exists (if not, mknod /dev/dsp0 c 14 3).</li>
<li>Run <code>xpvox -ios | speexenc -V --rate 44100 - out.spx</code>.</li>
</ol>
<p>After you quit xpvox, you&#8217;ll find a file called <code>out.spx</code> which contains all recorded traffic, with silent bits cut out.</p>
]]></content:encoded>
			<wfw:commentRss>http://q-m.org/2008/09/02/recording-scanner-output-dictaphone-style-with-silence-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
