man cvanal (Commandes) - converts a soundfile into a single Fourier transform frame
NAME
cvanal - converts a soundfile into a single Fourier transform frame
SYNOPSIS
cvanal
[options]
<input soundfile> <output impulse response FFT file>
csound -U cvanal
[options]
<input soundfile> <output impulse response FFT file>
DESCRIPTION
Impulse Response Fourier Analysis for convolve operator
OPTIONS
- -s rate
- Override the sampling rate of the soundfile header. If neither is present, the default is 10000
- -d duration
- Duration (in seconds) of analysis. Default is the 0.0 (meaning the entire file).
- -c channel
- The default is to process all channels. When given, only the indicated channel will be analyzed.
- -b begin_time
- Time (in seconds) at which to begin the analysis. Default is 0.0.
SEE ALSO
csound(1), hetro(1), lpanal(1), pvanal(1).
Csound is documented fully by The Public Csound Manual, available at http://www.lakewoodsound.com/csound/
Csound is also documented by The Alternative Csound Reference Manual, available at http://kevindumpscore.com/docs/csound-manual/
AUTHOR
This manual page was written by Hans Fugal <hans@fugal.net>, for the Debian project (but may be used by others).