I want to write my mulit-channel measurement data to LPCM wave file.
After I search NI developer Zone and this discussion forums.
I think maybe "Sound File Write (DBL).vi" is my solution.
But It only support 8/12/16 bits in LPCM format,
when I use 24bits to write a wave file, it's change to compression format "FF FE" (AudioFormat)
"Sound File Write (DBL).vi" use "call library function node" to call "lvsound2.dll" to write a wave file.
Can I modify it to write a 24 bits LPCM wave file ??
or How should i do ?