Getting information on a WAV file |
GETWAVEINFO(file) Returns a vector containing the format information of a WAV file:
The number of channels
The sample rate
The number of bits per sample (or resolution)
file must be a pulse code modulated (PCM) Microsoft WAV file.