Talk:Pinnacle PCTV Pro: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
aumix -d /dev/mixer1 line1 R
aumix -d /dev/mixer1 line1 R


See also [TVCapture_98#Getting_the_sound_from_the_sound_card]]
See also [[TVCapture_98#Getting_the_sound_from_the_sound_card]]


Needs work...
Needs work...

Revision as of 11:38, 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

See also TVCapture_98#Getting_the_sound_from_the_sound_card

Needs work...