The supplied LabVIEW WAV read/write VIs require fixed sampling rates
(like 8000, 11025, 22050, 44100), and use integer data (so the
waveforms take on large +/- integer values).

I need to read/write WAV files that are like those used in Matlab with
its wavread and wavwrite functions. Those can use ANY sample rate, and
the waveforms have decimal values between -1 and +1.

Could someone suggest either how to directly write these standard WAV
files with an existing VI, or how to write my own VI to do this?

Thanks in advance.

Reply via email to