Talk:Pinnacle PCTV Pro

From LinuxTVWiki
Revision as of 11:03, 25 June 2007 by Egil (talk | contribs)
Jump to navigation Jump to search

Sample sox command:

  sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp2 -t ossdsp -w -r 32000 /dev/dsp & 

Another one:

 sox -t ossdsp -w -c2 -r 32000 /dev/sound/dsp1 -t ossdsp /dev/sound/dsp

Manipulating the sound source:

 aumix -d /dev/mixer1 line1 R


Needs work...