USB Sound Pass-Through
Status: Alpha
Brought to you by:
mschimek
I have a Pinnacle Hybrid Pro USB device and to get sound for analogue TV, I need to type this command in a terminal as root:
sox -r 48000 -w -c 2 -t ossdsp /dev/dsp1 -t ossdsp /dev/dsp
This command takes the sound from /dev/dsp1 (which is the sound device of the USB device, converts it to 48000khz/2 channels and passes it to my sound card, /dev/dsp. How nice shouldn't it be if Zapping had this feature built-in?