Hi David
The RIFF wav format uses a structure of chunks well documented in the net.
The NI read wav vi is quite simple, and searches for "data" token to extract audio bytes.
Your file has 2 more "data" before the right one, so if you search for data as NI does, you will find the 1st one, that has no rellationship with the real data.
You have 2 choices: 1 open the file using cool edit or similar and save it back.
2 read the header of file using the chunks standard for microsoft riff files.
Hope it clarifies your problem
Cheers
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------