.TH RESAMP 1carl CARL
.SH NAME
resamp - crude sample-rate conversion by linear interpolation 
.SH SYNOPSIS
.I resamp  
.B -fFactor 
< 
floatsams
> 
floatsams
.SH DESCRIPTION
.I resamp
is a crude sample-rate conversion program which uses linear
interpolation to do a quick-and-dirty sample-rate conversion
by an arbitrary factor.  Its main application is for factors
(equivalent to l / m in srconv) which are between .9 and 1.1.
These ratios may be difficult to obtain with small integers,
so srconv may not be easily applicable in these cases. For example,
.IP
sndin file1 | resamp -f.93 | sndout file2
.LP
is equivalent to 
.IP
sndin file1 | srconv 93 100 % | sndout file2
.LP
(i.e., it will slightly decrease the sample rate).
.SH BUGS
.PP
At present, resamp simply writes the header from stdin out to stdout.
This means that visf may have to be used to correctly list the new
sampling rate.
.SH AUTHOR
Mark Dolson
.SH FILES
