<?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>txt &#187; sound</title>
	<atom:link href="http://txt.binnyva.com/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Find Alsa Version</title>
		<link>http://txt.binnyva.com/2009/01/find-alsa-version/</link>
		<comments>http://txt.binnyva.com/2009/01/find-alsa-version/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:34:59 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[filler]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=471</guid>
		<description><![CDATA[Find the version of alsa using this command&#8230; cat /proc/asound/version Thanks to Sreenath(Hacking With Debian) for this tip.]]></description>
			<content:encoded><![CDATA[<p class="intro">Find the version of alsa using this command&#8230;</p>
<pre><code class="cli">
cat /proc/asound/version
</code></pre>
<p>Thanks to Sreenath(<a href="http://hackingwithdebian.blogspot.com">Hacking With Debian</a>) for this tip.</p>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/01/find-alsa-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My KMix Settings</title>
		<link>http://txt.binnyva.com/2008/06/my-kmix-settings/</link>
		<comments>http://txt.binnyva.com/2008/06/my-kmix-settings/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 18:21:27 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[kmix]]></category>
		<category><![CDATA[mic]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=276</guid>
		<description><![CDATA[This kmix setting will setup your microphone for recording. I got it thru trial and error &#8211; its not perfect&#8230;]]></description>
			<content:encoded><![CDATA[<p class="intro">This kmix setting will setup your microphone for recording. I got it thru trial and error &#8211; its not perfect&#8230;</p>
<p><img src="http://txt.binnyva.com/wp-content/uploads/2008/06/kmix_input.png" alt="" title="Kmix Input" width="500" height="213" class="alignnone size-full wp-image-277" /><br />
<img src="http://txt.binnyva.com/wp-content/uploads/2008/06/kmix_output.png" alt="" title="Kmix Output" width="500" height="213" class="alignnone size-full wp-image-278" /></p>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/06/my-kmix-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Sound File from a Text</title>
		<link>http://txt.binnyva.com/2008/01/create-a-sound-file-from-a-text/</link>
		<comments>http://txt.binnyva.com/2008/01/create-a-sound-file-from-a-text/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 17:34:58 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[festival]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text2wave]]></category>
		<category><![CDATA[wav]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2008/01/create-a-sound-file-from-a-text/</guid>
		<description><![CDATA[You can create a wav file of a written text using this command echo "It's such a beautiful day! Why are you in front of the computer?" &#124; festival --tts echo "It's such a beautiful day! Why are you in front of the computer?" &#124; text2wave -scale 50 -o beautiful_day.wav]]></description>
			<content:encoded><![CDATA[<p class="intro">You can create a wav file of a written text using this command</p>
<pre><code class="cli">
echo "It's such a beautiful day! Why are you in front of the computer?" | festival --tts
echo "It's such a beautiful day! Why are you in front of the computer?" | text2wave -scale 50 -o beautiful_day.wav
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/01/create-a-sound-file-from-a-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Noise in Linux</title>
		<link>http://txt.binnyva.com/2007/11/random-noise-in-linux/</link>
		<comments>http://txt.binnyva.com/2007/11/random-noise-in-linux/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 18:02:56 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[dsp]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/11/random-noise-in-linux/</guid>
		<description><![CDATA[Random Noise in Linux &#8211; I cannot think of any practical use for this command. You can use it for testing the speaker or something. cat /dev/urandom > /dev/dsp]]></description>
			<content:encoded><![CDATA[<p class="intro">Random Noise in Linux &#8211; I cannot think of any practical use for this command. You can use it for testing the speaker or something.</p>
<pre><code class="cli">
cat /dev/urandom  > /dev/dsp
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/11/random-noise-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recording Sound in Linux</title>
		<link>http://txt.binnyva.com/2007/03/recording-sound-in-linux/</link>
		<comments>http://txt.binnyva.com/2007/03/recording-sound-in-linux/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 20:12:24 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mic]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/03/recording-sound-in-linux/</guid>
		<description><![CDATA[To record a sound in wav format from Mic, just use this command&#8230; arecord -f cd test.wav Use Ctrl+C to stop recording To playback the recording, use this command&#8230; aplay test.wav]]></description>
			<content:encoded><![CDATA[<p>To record a sound in <strong>wav format</strong> from Mic, just use this command&#8230;</p>
<p><code>arecord -f cd test.wav</code></p>
<p>Use Ctrl+C to stop recording</p>
<p>To playback the recording, use this command&#8230;</p>
<p><code>aplay test.wav</code></p>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/03/recording-sound-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
