.TH "SFNORM" 1csound CARL
.SH NAME
sfnorm  
- write normalized samples on standard output
.SH SYNOPSIS
.B sfnorm 
[flags] [file] > floatsams
.nf
.RS .5i
.DS
.nf
flags:
aN	normalize to amplitude N
bN	begin at time N
eN	end at time N
dN	duration is time N
h 	help message
.SH DESCRIPTION
.B sfnorm
produces the amplitude-normalized samples of the named
sound file on its standard output.  Normalization is only computed 
for the window specified by the flags.
.PP
If the -a flag is given the samples are normalized to that value
instead of 1.0.
.SH AUTHOR
Gareth Loy
