<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Fri May 24, 2013 12:35 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Fri May 24, 2013 12:35 am</pubDate>
  <lastBuildDate>Fri May 24, 2013 12:35 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>A little snippet...</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=97302#97302</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=58561'&gt;Bazza&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Feb 27, 2011 11:35 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi guys...&lt;br /&gt;
&lt;br /&gt;
This might be of interest to some of you out there...&lt;br /&gt;
&lt;br /&gt;
'/dev/audio' IS needed for this to work...&lt;br /&gt;
&lt;br /&gt;
If '/dev/audio' does not exist then install oss-compat from your distro`s&lt;br /&gt;
repository.&lt;br /&gt;
&lt;br /&gt;
Recording and playing back a short, simple sample from the command&lt;br /&gt;
line. This is easiest on a laptop/notebook/netbook with a builtin mic`.&lt;br /&gt;
&lt;br /&gt;
1) Assume that you are already booted up into a Linux OS of your flavour.&lt;br /&gt;
2) Assume you know how to open up a terminal.&lt;br /&gt;
3) Assume you know how to create a new folder/drawer/directory.&lt;br /&gt;
4) Open up a Terminal/CLI.&lt;br /&gt;
5) you might need to be in root mode for this to work but in my case on&lt;br /&gt;
this Debian 6.0.0 it worked without &amp;quot;su&amp;quot; mode.&lt;br /&gt;
6) Use a temporary folder/drawer/directory to save to and &amp;quot;cd&amp;quot; to it.&lt;br /&gt;
7) In my case /home/wisecracker/TMP...&lt;br /&gt;
&lt;br /&gt;
Now from the CLI to record, type:-&lt;br /&gt;
&lt;br /&gt;
cat /dev/audio &amp;gt; sometestfile[RETURN/ENTER]&lt;br /&gt;
&lt;br /&gt;
Immedaitely after  ENTERing, start talking loudly into the mic for about&lt;br /&gt;
four seconds. Press Ctrl-C to exit the command at the end of the four&lt;br /&gt;
seconds.&lt;br /&gt;
&lt;br /&gt;
The file &amp;quot;sometestfile&amp;quot; should be autosaved to the temporary drawer&lt;br /&gt;
and will be NO GREATER than 32768 bytes in size. It may be smaller&lt;br /&gt;
but NOT greater.&lt;br /&gt;
&lt;br /&gt;
Now to replay the recorded audio type:-&lt;br /&gt;
&lt;br /&gt;
cat sometestfile &amp;gt; /dev/audio[RETURN/ENTER]&lt;br /&gt;
&lt;br /&gt;
And your dulcet tones will be heard in the speakers.&lt;br /&gt;
&lt;br /&gt;
Good eh!... ;o)</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=97302#97302</comments>
                                        <author>Bazza</author>
                                        <pubDate>Sun Feb 27, 2011 11:35 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=97302#97302</guid>
                                      </item></channel></rss>