<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Watching Television on Linux: setting up a TV Tuner card</title>
	<atom:link href="http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/</link>
	<description>In Pursuit of Truth</description>
	<lastBuildDate>Fri, 09 Apr 2010 10:27:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: isidora</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-37681</link>
		<dc:creator>isidora</dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-37681</guid>
		<description>I have instaled tvtime, and it works for my tv card just fine. the only problem i have is with sound :( it doest produce any sound. did i do something wrong? is there any adjustment i need to do to make it work?
please help. thank you in advance :)</description>
		<content:encoded><![CDATA[<p>I have instaled tvtime, and it works for my tv card just fine. the only problem i have is with sound <img src='http://blog.prashanthellina.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  it doest produce any sound. did i do something wrong? is there any adjustment i need to do to make it work?<br />
please help. thank you in advance <img src='http://blog.prashanthellina.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hendri</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-35858</link>
		<dc:creator>hendri</dc:creator>
		<pubDate>Sun, 18 Oct 2009 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-35858</guid>
		<description>thanks guys! finaly, my sound work on Gadmei UTV 330+. this blog is guide me to understand about install hardware on linux properly...</description>
		<content:encoded><![CDATA[<p>thanks guys! finaly, my sound work on Gadmei UTV 330+. this blog is guide me to understand about install hardware on linux properly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31621</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31621</guid>
		<description>Thanks Luis, now i got the modules loaded, still /dev/dsp1 missing


me@me-desktop:~$ sudo modprobe saa7134
[sudo] password for me: 
me@me-desktop:~$ sudo modprobe saa7134_alsa
me@me-desktop:~$ lsmod &#124; grep saa7134
saa7134_alsa           20000  0 
saa7134               152020  1 saa7134_alsa
snd_pcm                82948  3 saa7134_alsa,snd_hda_intel,snd_pcm_oss
videodev               41600  3 saa7134,tuner,bttv
ir_common              52228  2 saa7134,bttv
compat_ioctl32          9344  2 saa7134,bttv
v4l2_common            20992  3 saa7134,tuner,bttv
videobuf_dma_sg        20484  3 saa7134_alsa,saa7134,bttv
videobuf_core          26500  3 saa7134,bttv,videobuf_dma_sg
snd                    62628  16 saa7134_alsa,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
tveeprom               20100  2 saa7134,bttv
me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp
sox formats: can&#039;t open input file `/dev/dsp1&#039;: No such file or directory
me@me-desktop:~$ sudo -s
root@me-desktop:~# sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp
sox formats: can&#039;t open input file `/dev/dsp1&#039;: No such file or directory
root@me-desktop:~# ls -l /dev/&#124;grep dsp
crw-rw----+ 1 root   audio    14,   3 2009-07-31 18:33 dsp
root@me-desktop:~#</description>
		<content:encoded><![CDATA[<p>Thanks Luis, now i got the modules loaded, still /dev/dsp1 missing</p>
<p>me@me-desktop:~$ sudo modprobe saa7134<br />
[sudo] password for me:<br />
me@me-desktop:~$ sudo modprobe saa7134_alsa<br />
me@me-desktop:~$ lsmod | grep saa7134<br />
saa7134_alsa           20000  0<br />
saa7134               152020  1 saa7134_alsa<br />
snd_pcm                82948  3 saa7134_alsa,snd_hda_intel,snd_pcm_oss<br />
videodev               41600  3 saa7134,tuner,bttv<br />
ir_common              52228  2 saa7134,bttv<br />
compat_ioctl32          9344  2 saa7134,bttv<br />
v4l2_common            20992  3 saa7134,tuner,bttv<br />
videobuf_dma_sg        20484  3 saa7134_alsa,saa7134,bttv<br />
videobuf_core          26500  3 saa7134,bttv,videobuf_dma_sg<br />
snd                    62628  16 saa7134_alsa,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device<br />
tveeprom               20100  2 saa7134,bttv<br />
me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp<br />
sox formats: can&#8217;t open input file `/dev/dsp1&#8242;: No such file or directory<br />
me@me-desktop:~$ sudo -s<br />
root@me-desktop:~# sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp<br />
sox formats: can&#8217;t open input file `/dev/dsp1&#8242;: No such file or directory<br />
root@me-desktop:~# ls -l /dev/|grep dsp<br />
crw-rw&#8212;-+ 1 root   audio    14,   3 2009-07-31 18:33 dsp<br />
root@me-desktop:~#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31610</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 31 Jul 2009 04:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31610</guid>
		<description>Try  modprobe

sudo modprobe saa7134
sudo modprobe saa7134_alsa</description>
		<content:encoded><![CDATA[<p>Try  modprobe</p>
<p>sudo modprobe saa7134<br />
sudo modprobe saa7134_alsa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31495</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Tue, 28 Jul 2009 22:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31495</guid>
		<description>The module is not loaded.

me@me-desktop:~$ sudo -s
[sudo] password for me: 
root@me-desktop:~# lsmod &#124; grep saa7134
root@me-desktop:~# insmod saa7134
insmod: can&#039;t read &#039;saa7134&#039;: No such file or directory
root@me-desktop:~# 

How do i load it ?</description>
		<content:encoded><![CDATA[<p>The module is not loaded.</p>
<p>me@me-desktop:~$ sudo -s<br />
[sudo] password for me:<br />
root@me-desktop:~# lsmod | grep saa7134<br />
root@me-desktop:~# insmod saa7134<br />
insmod: can&#8217;t read &#8216;saa7134&#8242;: No such file or directory<br />
root@me-desktop:~# </p>
<p>How do i load it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31451</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Tue, 28 Jul 2009 04:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31451</guid>
		<description>Have you checked if the module is loaded?

lsmod &#124; grep saa7134</description>
		<content:encoded><![CDATA[<p>Have you checked if the module is loaded?</p>
<p>lsmod | grep saa7134</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31421</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31421</guid>
		<description>Here is what i get

me@me-desktop:~$ sudo modprobe saa7134_alsa
[sudo] password for me: 
me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp
sox formats: can&#039;t open input file `/dev/dsp1&#039;: No such file or directory
me@me-desktop:~$</description>
		<content:encoded><![CDATA[<p>Here is what i get</p>
<p>me@me-desktop:~$ sudo modprobe saa7134_alsa<br />
[sudo] password for me:<br />
me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp<br />
sox formats: can&#8217;t open input file `/dev/dsp1&#8242;: No such file or directory<br />
me@me-desktop:~$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31420</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31420</guid>
		<description>Hi Luis, &quot;sudo modprobe saa7134_alsa&quot; do not five any output.</description>
		<content:encoded><![CDATA[<p>Hi Luis, &#8220;sudo modprobe saa7134_alsa&#8221; do not five any output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31372</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sun, 26 Jul 2009 23:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31372</guid>
		<description>Hi Annie, maybe you are missing the saa7134_alsa module, try this:

sudo modprobe saa7134_alsa</description>
		<content:encoded><![CDATA[<p>Hi Annie, maybe you are missing the saa7134_alsa module, try this:</p>
<p>sudo modprobe saa7134_alsa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31367</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Sun, 26 Jul 2009 22:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31367</guid>
		<description>Thanks Luis for the reply, i installed libsox-fmt-oss

Now i get following error

me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp
sox formats: can&#039;t open input file `/dev/dsp1&#039;: No such file or directory
me@me-desktop:~$ 

Any idea how to fix the error ?</description>
		<content:encoded><![CDATA[<p>Thanks Luis for the reply, i installed libsox-fmt-oss</p>
<p>Now i get following error</p>
<p>me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp<br />
sox formats: can&#8217;t open input file `/dev/dsp1&#8242;: No such file or directory<br />
me@me-desktop:~$ </p>
<p>Any idea how to fix the error ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31340</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sun, 26 Jul 2009 17:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31340</guid>
		<description>Hi Annie, install libsox-fmt-oss

sudo apt-get install libsox-fmt-oss</description>
		<content:encoded><![CDATA[<p>Hi Annie, install libsox-fmt-oss</p>
<p>sudo apt-get install libsox-fmt-oss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31317</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Sun, 26 Jul 2009 10:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31317</guid>
		<description>I done that, got following error

me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp
sox formats: no handler for given file type `ossdsp&#039;
me@me-desktop:~$</description>
		<content:encoded><![CDATA[<p>I done that, got following error</p>
<p>me@me-desktop:~$ sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp<br />
sox formats: no handler for given file type `ossdsp&#8217;<br />
me@me-desktop:~$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-31302</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sun, 26 Jul 2009 04:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-31302</guid>
		<description>Hi Annie 
Try replacing
sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -w -r 32000 /dev/dsp

with 
sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi Annie<br />
Try replacing<br />
sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -w -r 32000 /dev/dsp</p>
<p>with<br />
sox -c 2 -s -2 -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -2 -r 32000 /dev/dsp</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-30542</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Wed, 15 Jul 2009 22:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-30542</guid>
		<description>When i run sox, i get error

me@my-desktop:~$ sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -w -r 32000 /dev/dsp
sox: invalid option -- w
sox: SoX v14.2.0

Failed: invalid option

Usage summary: [gopts] [[fopts] infile]... [fopts] outfile [effect [effopts]]...

SPECIAL FILENAMES (infile, outfile):
-                        Pipe/redirect input/output (stdin/stdout); use with -t
-d, --default-device     Use the default audio device (where available)
-n, --null               Use the `null&#039; file handler; e.g. with synth effect
-p, --sox-pipe           Alias for `-t sox -&#039;

SPECIAL FILENAMES (infile only):
&quot;&#124;program [options] ...&quot; Pipe input from external program (where supported)
http://server/file       Use the given URL as input file (where supported)

GLOBAL OPTIONS (gopts) (can be specified at any point before the first effect):
--buffer BYTES           Set the size of all processing buffers (default 8192)
--combine concatenate    Concatenate multiple input files (default for sox, rec)
--combine sequence       Sequence multiple input files (default for play)
--effects-file FILENAME  File containing effects and options
-h, --help               Display version number and usage information
--help-effect NAME       Show usage of effect NAME, or NAME=all for all
--help-format NAME       Show info on format NAME, or NAME=all for all
--input-buffer BYTES     Override the input buffer size (default: as --buffer)
--interactive            Prompt to overwrite output file
-m, --combine mix        Mix multiple input files (instead of concatenating)
-M, --combine merge      Merge multiple input files (instead of concatenating)
--plot gnuplot&#124;octave    Generate script to plot response of filter effect
-q, --no-show-progress   Run in quiet mode; opposite of -S
--replay-gain track&#124;album&#124;off  Default: off (sox, rec), track (play)
-R                       Use default random numbers (same on each run of SoX)
-S, --show-progress      Display progress while processing audio data
--version                Display version number of SoX and exit
-V[LEVEL]                Increment or set verbosity level (default 2); levels:
                           1: failure messages
                           2: warnings
                           3: details of processing
                           4-6: increasing levels of debug messages
FORMAT OPTIONS (fopts):
Input file format options need only be supplied for files that are headerless.
Output files will have the same format as the input file where possible and not
overriden by any of various means including providing output format options.

-v&#124;--volume FACTOR       Input file volume adjustment factor (real number)
-t&#124;--type FILETYPE       File type of audio
-s/-u/-f/-U/-A/-i/-a/-g  Encoding type=signed-integer/unsigned-integer/floating-
                         point/mu-law/a-law/ima-adpcm/ms-adpcm/gsm-full-rate
-e&#124;--encoding ENCODING   Set encoding (ENCODING in above list)
-b&#124;--bits BITS           Encoded sample size in bits
-1/-2/-3/-4/-8           Encoded sample size in bytes
-N&#124;--reverse-nibbles     Encoded nibble-order
-X&#124;--reverse-bits        Encoded bit-order
--endian little&#124;big&#124;swap Encoded byte-order; swap means opposite to default
-L/-B/-x                 Short options for the above
-c&#124;--channels CHANNELS   Number of channels of audio data; e.g. 2 = stereo
-r&#124;--rate RATE           Sample rate of audio
-C&#124;--compression FACTOR  Compression factor for output format
--add-comment TEXT       Append output file comment
--comment TEXT           Specify comment text for the output file
--comment-file FILENAME  File containing comment text for the output file

AUDIO FILE FORMATS: 8svx aif aifc aiff aiffc al amb au avr caf cdda cdr cvs cvsd dat dvms f4 f8 fap flac fssd gsm hcom htk ima ircam la lpc lpc10 lu mat mat4 mat5 maud nist ogg paf prc pvf raw s1 s2 s3 s4 sb sd2 sds sf sl smp snd sndfile sndr sndt sou sox sph sw txw u1 u2 u3 u4 ub ul uw vms voc vorbis vox w64 wav wavpcm wv wve xa xi
PLAYLIST FORMATS: m3u pls
AUDIO DEVICE DRIVERS: alsa

EFFECTS: allpass band bandpass bandreject bass bend chorus compand contrast dcshift deemph delay dither earwax echo echos equalizer fade filter flanger gain highpass ladspa loudness lowpass mcompand mixer noiseprof noisered norm oops pad phaser pitch rate remix repeat reverb reverse riaa silence spectrogram speed splice stat stretch swap synth tempo treble tremolo trim vol

EFFECT OPTIONS (effopts): effect dependent; see --help-effect
me@my-desktop:~$

Annies last blog post..THIS SCRIPT IS NO LONGER SERVING DATA. UPDATE YOUR PLUGIN</description>
		<content:encoded><![CDATA[<p>When i run sox, i get error</p>
<p>me@my-desktop:~$ sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -w -r 32000 /dev/dsp<br />
sox: invalid option &#8212; w<br />
sox: SoX v14.2.0</p>
<p>Failed: invalid option</p>
<p>Usage summary: [gopts] [[fopts] infile]&#8230; [fopts] outfile [effect [effopts]]&#8230;</p>
<p>SPECIAL FILENAMES (infile, outfile):<br />
-                        Pipe/redirect input/output (stdin/stdout); use with -t<br />
-d, &#8211;default-device     Use the default audio device (where available)<br />
-n, &#8211;null               Use the `null&#8217; file handler; e.g. with synth effect<br />
-p, &#8211;sox-pipe           Alias for `-t sox -&#8217;</p>
<p>SPECIAL FILENAMES (infile only):<br />
&#8220;|program [options] &#8230;&#8221; Pipe input from external program (where supported)<br />
<a href="http://server/file" rel="nofollow">http://server/file</a>       Use the given URL as input file (where supported)</p>
<p>GLOBAL OPTIONS (gopts) (can be specified at any point before the first effect):<br />
&#8211;buffer BYTES           Set the size of all processing buffers (default 8192)<br />
&#8211;combine concatenate    Concatenate multiple input files (default for sox, rec)<br />
&#8211;combine sequence       Sequence multiple input files (default for play)<br />
&#8211;effects-file FILENAME  File containing effects and options<br />
-h, &#8211;help               Display version number and usage information<br />
&#8211;help-effect NAME       Show usage of effect NAME, or NAME=all for all<br />
&#8211;help-format NAME       Show info on format NAME, or NAME=all for all<br />
&#8211;input-buffer BYTES     Override the input buffer size (default: as &#8211;buffer)<br />
&#8211;interactive            Prompt to overwrite output file<br />
-m, &#8211;combine mix        Mix multiple input files (instead of concatenating)<br />
-M, &#8211;combine merge      Merge multiple input files (instead of concatenating)<br />
&#8211;plot gnuplot|octave    Generate script to plot response of filter effect<br />
-q, &#8211;no-show-progress   Run in quiet mode; opposite of -S<br />
&#8211;replay-gain track|album|off  Default: off (sox, rec), track (play)<br />
-R                       Use default random numbers (same on each run of SoX)<br />
-S, &#8211;show-progress      Display progress while processing audio data<br />
&#8211;version                Display version number of SoX and exit<br />
-V[LEVEL]                Increment or set verbosity level (default 2); levels:<br />
                           1: failure messages<br />
                           2: warnings<br />
                           3: details of processing<br />
                           4-6: increasing levels of debug messages<br />
FORMAT OPTIONS (fopts):<br />
Input file format options need only be supplied for files that are headerless.<br />
Output files will have the same format as the input file where possible and not<br />
overriden by any of various means including providing output format options.</p>
<p>-v|&#8211;volume FACTOR       Input file volume adjustment factor (real number)<br />
-t|&#8211;type FILETYPE       File type of audio<br />
-s/-u/-f/-U/-A/-i/-a/-g  Encoding type=signed-integer/unsigned-integer/floating-<br />
                         point/mu-law/a-law/ima-adpcm/ms-adpcm/gsm-full-rate<br />
-e|&#8211;encoding ENCODING   Set encoding (ENCODING in above list)<br />
-b|&#8211;bits BITS           Encoded sample size in bits<br />
-1/-2/-3/-4/-8           Encoded sample size in bytes<br />
-N|&#8211;reverse-nibbles     Encoded nibble-order<br />
-X|&#8211;reverse-bits        Encoded bit-order<br />
&#8211;endian little|big|swap Encoded byte-order; swap means opposite to default<br />
-L/-B/-x                 Short options for the above<br />
-c|&#8211;channels CHANNELS   Number of channels of audio data; e.g. 2 = stereo<br />
-r|&#8211;rate RATE           Sample rate of audio<br />
-C|&#8211;compression FACTOR  Compression factor for output format<br />
&#8211;add-comment TEXT       Append output file comment<br />
&#8211;comment TEXT           Specify comment text for the output file<br />
&#8211;comment-file FILENAME  File containing comment text for the output file</p>
<p>AUDIO FILE FORMATS: 8svx aif aifc aiff aiffc al amb au avr caf cdda cdr cvs cvsd dat dvms f4 f8 fap flac fssd gsm hcom htk ima ircam la lpc lpc10 lu mat mat4 mat5 maud nist ogg paf prc pvf raw s1 s2 s3 s4 sb sd2 sds sf sl smp snd sndfile sndr sndt sou sox sph sw txw u1 u2 u3 u4 ub ul uw vms voc vorbis vox w64 wav wavpcm wv wve xa xi<br />
PLAYLIST FORMATS: m3u pls<br />
AUDIO DEVICE DRIVERS: alsa</p>
<p>EFFECTS: allpass band bandpass bandreject bass bend chorus compand contrast dcshift deemph delay dither earwax echo echos equalizer fade filter flanger gain highpass ladspa loudness lowpass mcompand mixer noiseprof noisered norm oops pad phaser pitch rate remix repeat reverb reverse riaa silence spectrogram speed splice stat stretch swap synth tempo treble tremolo trim vol</p>
<p>EFFECT OPTIONS (effopts): effect dependent; see &#8211;help-effect<br />
me@my-desktop:~$</p>
<p>Annies last blog post..THIS SCRIPT IS NO LONGER SERVING DATA. UPDATE YOUR PLUGIN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boby</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-28393</link>
		<dc:creator>Boby</dc:creator>
		<pubDate>Tue, 16 Jun 2009 21:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-28393</guid>
		<description>How is the colors in tvtime ?

i have installed it in ubuntu, but tvtime shows all channels with most of its colors lost. Mmany channels are displayed in black and white, some display with less color. Do you know how to fix it ?

Bobys last blog post..&lt;a href=&quot;http://webhostingneeds.com/index.php?title=Pctv&amp;diff=2347&amp;oldid=prev&quot; rel=&quot;nofollow&quot;&gt;Pctv&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>How is the colors in tvtime ?</p>
<p>i have installed it in ubuntu, but tvtime shows all channels with most of its colors lost. Mmany channels are displayed in black and white, some display with less color. Do you know how to fix it ?</p>
<p>Bobys last blog post..<a href="http://webhostingneeds.com/index.php?title=Pctv&amp;diff=2347&amp;oldid=prev" rel="nofollow">Pctv</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAJNISH MISHRA</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-27797</link>
		<dc:creator>RAJNISH MISHRA</dc:creator>
		<pubDate>Sat, 06 Jun 2009 05:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-27797</guid>
		<description>hi..........
           i have zenit tv tuner card but how can start in linux..............i dont know....................how can start........rplyyyyyyyyyyyyy




rajnish mishra</description>
		<content:encoded><![CDATA[<p>hi&#8230;&#8230;&#8230;.<br />
           i have zenit tv tuner card but how can start in linux&#8230;&#8230;&#8230;&#8230;..i dont know&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..how can start&#8230;&#8230;..rplyyyyyyyyyyyyy</p>
<p>rajnish mishra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seiyachan</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-25273</link>
		<dc:creator>seiyachan</dc:creator>
		<pubDate>Sat, 02 May 2009 13:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-25273</guid>
		<description>the exact command i run is as follow, it works for my laptop:

mplayer tv://$channel -tv driver=v4l2:device=/dev/video0:chanlist=australia:channel=10:channels=2-ABC,7-Seven,9-Nine,10-Ten,28-SBS:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:volume=100:immediatemode=0:norm=PAL:tdevice=/dev/vbi0:tformat=1:tpage=801</description>
		<content:encoded><![CDATA[<p>the exact command i run is as follow, it works for my laptop:</p>
<p>mplayer tv://$channel -tv driver=v4l2:device=/dev/video0:chanlist=australia:channel=10:channels=2-ABC,7-Seven,9-Nine,10-Ten,28-SBS:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:volume=100:immediatemode=0:norm=PAL:tdevice=/dev/vbi0:tformat=1:tpage=801</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seiyachan</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-25272</link>
		<dc:creator>seiyachan</dc:creator>
		<pubDate>Sat, 02 May 2009 13:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-25272</guid>
		<description>I am able to get audio working in mplayer using the following command line:

mplayer tv:// -tv driver=v4l2:input=0:norm=pal:width=640:height=480:device=/dev/video0:\
freq=775.25:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:volume=100</description>
		<content:encoded><![CDATA[<p>I am able to get audio working in mplayer using the following command line:</p>
<p>mplayer tv:// -tv driver=v4l2:input=0:norm=pal:width=640:height=480:device=/dev/video0:\<br />
freq=775.25:alsa:adevice=hw.1,0:amode=1:audiorate=32000:forceaudio:volume=100</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-12981</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Wed, 10 Dec 2008 20:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-12981</guid>
		<description>Great post! Thanks for your hint about using sox!!!
Up till now I was using TVtime with sound redirection via &#039;arecord -D hw:1,0 &#124; aplay&#039; resulting in the sound lagging behind.
&#039;sox -c 2 -s -r 32000 -t oss /dev/dsp1 -t oss -r 32000 /dev/dsp&#039; does the job! No sound lag! Thanks a million!

Running Fedora 10 with
Haupppauge WinTV HVR 900 USB

Greetings, Seb.</description>
		<content:encoded><![CDATA[<p>Great post! Thanks for your hint about using sox!!!<br />
Up till now I was using TVtime with sound redirection via &#8216;arecord -D hw:1,0 | aplay&#8217; resulting in the sound lagging behind.<br />
&#8216;sox -c 2 -s -r 32000 -t oss /dev/dsp1 -t oss -r 32000 /dev/dsp&#8217; does the job! No sound lag! Thanks a million!</p>
<p>Running Fedora 10 with<br />
Haupppauge WinTV HVR 900 USB</p>
<p>Greetings, Seb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DriverFinder</title>
		<link>http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/comment-page-1/#comment-10053</link>
		<dc:creator>DriverFinder</dc:creator>
		<pubDate>Wed, 05 Nov 2008 21:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.prashanthellina.com/2008/03/23/watching-television-on-linux-setting-up-a-tv-tuner-card/#comment-10053</guid>
		<description>I can too confirm that MythTV works with this driver and my Pinnacle PCTV 50i ! Thanks for this guide really great help!</description>
		<content:encoded><![CDATA[<p>I can too confirm that MythTV works with this driver and my Pinnacle PCTV 50i ! Thanks for this guide really great help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
