sfcopy


NAME

sfcopy − copies one soundfile into another, changing soundfile formats.

SYNOPSIS

sfcopy old.wav new.aiff

DESCRIPTION

sfcopy copies one soundfile into another, changing formats as understood by the file extension.

USAGE

sfcopy old.wav new.aiff

copies old.wav and places the output in new.aiff . The WAVE format (which is little-endian) is converted into an AIFF format (which is big-endian).

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>

sfcopy is free software.