On Sun, Feb 09, 2003 at 01:46:54PM -0800, Harondel J. Sibble wrote: > I'd asked about this a few weeks back but had no responses. > > Is it possible to have xawtv read the audio data for a tv show from a > arbitrary dsp? Ideally configurable from the command line? > > ie > > xawtv -d /dev/dsp2 or some such? > > Or failing that, a setting in a config file? > > I have dual tuners and dual soundcards, the second tuner goes to the > second sound card which is not hooked up to any speakers. I want xawtv to > read the audio from the /dev/dsp2 which will then playback on soundcard > number 1, similar to what this sox command line does: > > sox -r 44100 -w -t ossdsp /dev/dsp2 -t ossdsp /dev/dsp afaict, xawtv takes no responsibility for piping audio to the soundcard. Either use line out and plug it into your soundcard, or use the btaudio driver (or whatever is valid for your setup) and sox as you suggest yourself. Dag B