Talk:Pinnacle PCTV Pro: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(New page: Sample sox command: sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp2 -t ossdsp -w -r 32000 /dev/dsp & Needs work...)
 
No edit summary
Line 2: Line 2:


sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp2 -t ossdsp -w -r 32000 /dev/dsp &
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...
Needs work...

Revision as of 11:03, 25 June 2007

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...