sfflip


NAME

sfflip − reverses the channels in a stereo soundfile.

SYNOPSIS

sfflip stereoSoundfile [outputSoundfile]

DESCRIPTION

sfflip reverses the channels of a stereo soundfile. If the original is A (left) and B (right), the output will be B (left) and A (right).

USAGE

sfflip snd1.wav

Flips the channels, and puts the output into flip.wav , which is the default output soundfile.

sfflip snd1.wav out.aiff

Flips the channels, and puts the output into out.aiff .

BUGS

This program will only work with WAVE, AIFF, AIFC, and the old NeXT/Sun "snd" format soundfiles, that are 16-bit PCM encoded, with 1 or 2 channels.

AUTHOR

Arun Chandra <arunc@evergreen.edu>

sfflip is free software.