03-23-2010 09:56 AM - edited 03-23-2010 09:57 AM
please zip and post your clients wav file 😉

03-23-2010 10:34 AM
sorry did not see the note about the file.
PS it is better to use zip files than such renaming, and zip files is smaller

03-23-2010 12:08 PM
Thanks for the idea about the zip file....I should have thought of that 🙂
Here is the wav file in attachment...
03-24-2010 07:55 AM
HI
I have bad news for your client. The software he/she is used is based on 16 bit numbers, and can not handle anything else than that. The data is normalized so 2^15 equals 1000mV. If you read files that is not based on a I16 data type, the same will apply, the numbers will be converted to a I16 data type. If the number is outside the I16 range it will be truncated, no matter which data type is used. And that is causing all the problems with 24 bit wav file I guess. The software is poor designed regarding this matter.
Se my example.
Here is the .ua file type def, as it big endian based it is simpler to use in Labview http://en.wikipedia.org/wiki/Au_file_format

03-25-2010 08:05 AM
Awesome Coq Rouge! Great idea going with the UA file format instead of dealing with the wav.
It works well with your demo vi.
Thank you very much!
Vincent
03-26-2010 04:19 AM
