sfstereomix


NAME

sfstereomix − Mixes stereo soundfiles together

SYNOPSIS

sfstereomix will mix the stereo soundfiles given on the command line.

DESCRIPTION

sfstereomix allows you to mix an arbitrary number of stereo soundfiles from the command line. The soundfiles must all have the sample sampling rate, and must all have 16-bit samples.

The duration of the resulting sound will be the maximum duration of the input soundfiles.

The amplitude of the resulting sound will be the maximum amplitude in all the soundfiles.

USAGE

sfstereomix snd1.aif snd2.wav snd3.snd

This mixes together the three soundfiles, and places the output in the default soundfile stereomix.wav .

sfstereomix -o out.aiff snd1.aif snd2.wav snd3.snd

This mixes together the three soundfiles, and places the output in out.aiff .

AUTHOR

Arun Chandra <arunc@evergreen.edu>

sfstereomix is free software.