demux.1 manual page
NAME
demux - split a stereo input stream into two mono output
streams
SYNOPSIS
demux leftcommand rightcommand
DESCRIPTION
demux reads a stereo stream from its stdin, and writes the
left channel to the stdin of leftcommand, and the right
channel to the stdin of rightcommand.
OPTIONS
leftcommand
A shell command to run that will receive its stdin
from the left channel.
rightcommand
A shell command to run that will receive its stdin
from the right channel.
AUTHOR
Greg Hewgill <greg@hewgill.com>
http://hewgill.com
SEE ALSO
splitter(1)
Man(1) output converted with
man2html