|
sfflip − reverses the channels in a stereo soundfile. |
|
sfflip stereoSoundfile [outputSoundfile] |
|
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). |
|
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 . |
|
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. |
|
Arun Chandra <arunc@evergreen.edu> sfflip is free software. |