|
NAMEpcmfade - create a fade-in or fade-out in a PCM fileSYNOPSISpcmfade 0%-offset 100%-offset fileDESCRIPTIONpcmfade can be used to create a fade-in (0%-offset < 100%-offset) or a fade-out (0%-offset > 100%-offset) in a raw PCM audio file.OPERANDSThe following operands are supported:
WARNING: The file is modified in-place. If the original file contents need to preserved, you must make a backup copy before using pcmfade! OFFSETSFile offsets can be specified in two ways: as time stamp, or as sample count. Note: 1 sample = 4 bytes (16 bits left and 16 bits right). In both cases, the offset can be relative to the beginning of the file, or (if prefixed with a minus sign) relative to the end of the file. Thus, the offset syntax is:[-] [minutes] : seconds | [-] samples
If no sign is specified, the offset is assumed to be relative to the beginning of the file. If a minus sign is present, the offset is relative to the end of the file. For example, if the length of the file is four minutes, ``-1:15'' specifies the same offset as ``2:45''. SEE ALSOtosha(1), pcmplay(1), sox(1), intro(1)BUGSYes. This is an alpha version.AUTHORCopyright (C) 1997-1999Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> All rights reserved. For more information, please refer to the file LICENCE which is included with the source distribution. Internet references:
Visit the GSP FreeBSD Man Page Interface. |