Bill and Shane,
It looks like this post got a bit confusing along the way. It appears that Bryan had been providing some insight on these topics, but he's out of the office right now, so I thought that I would try to jump in and provide some assistance.
First off, Bill, in regard to your most recent question about saving your file:
If you are interested in breaking your file into smaller pieces, I would go about handling it something like this: Under normal circumstances, when acquiring data in a loop you use three steps, 1, Open the file prior to the loop, 2, Write to the file repeatedly in the loop, and 3, Close the file after the loop. I would assume that this is the method you are using to write your very large file. Instead of doing this, I would modify these steps slightly so that you, 1, Open multiple files before the loop, 2, Place a case structure with a file write in each case in the loop, then as the loop iterates, have it change cases (first ten seconds of data gets written to the first file, case structure changes, second ten seconds of data gets written to the second file, etc.), 3, Close out all the files after the loop completes.
Using this method, the data is written into consecutive files and the transition from one file to the next is seamless. This also prevents needing to trigger more than one time, as you only trigger the start of the acquisition.
Shane,
As for your issue, I am not quite sure what you are looking for exaclty. Looking over your posts, I agree with Bill that you should be able to do your .wav to .wav conversion within LabVIEW. As for more specifically what you are trying to accomplish with LabVIEW, as described in your second post, I do not have much experience with the specific application type of application that you are describing. I have also searched through the Example Programs posted on the website, and there aren't a whole lot of programs that look directly related to what you are trying to do. Some of the examples that you might want to review include:
Saving Data to a WAV FilePost-processing of a WAV FileIn addition to taking a look at some of those, you may also want to start a new thread that focuses just on your application. This should give it some additional visibility and would make it easier for this forum to find your post and respond to it.
Best of luck to both of you, please post back if you have any questions.
Regards,
Jed R.
Applications Engineer
National Instruments