NAME

filedur - return soundfile duration information


SYNOPSIS

duration = filedur("filename")


DESCRIPTION

filedur simply returns the duration of the soundfile filename. filename may be an absolute or relative pathname to the soundfile. This command does not require that the soundfile be previously opened by the rtinput command.


ARGUMENTS
"filename"
A string representing the name of the soundfile to be queried. It may be an absolute or relative pathname to the soundfile. If it is relative, then it will be relative to the directory where the CMIX command was invoked.


EXAMPLES
   dur = filedur("somesoundfile")

SEE ALSO

CHANS, DUR, PEAK, SR, filechans, filepeak, filesr, rtinput