|
sfcopy − copies one soundfile into another, changing soundfile formats. |
|
sfcopy old.wav new.aiff |
|
sfcopy copies one soundfile into another, changing formats as understood by the file extension. |
|
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). |
|
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> sfcopy is free software. |