11-09-2009 12:55 AM
Hi,
I'm a beginner to Labview & am trying to implement a vi to save an input .wav file to an output .wav file.
But the output saved vaguely resembles the input. Could someone please tell me where my mistake lies?
Appreciate your input.
11-09-2009 03:01 AM
11-09-2009 04:00 PM
Hi hdavuluri,
First, the LabVIEW Example Finder is a tremendous resource for many programming tasks. I'd suggest checking out Sound File to Sount Output, or Sound Input to File, for starters. Secondly, why are you trying to do this? It seems (from your VI) that you are just opening a file, taking the data, then writing it to another file--why? If the examples do not help, then post back with some more details.
Cheers,
11-09-2009 05:31 PM
Thank you for your quick responses. I needed to implement this as part of a sound effects vi where I had to save the modified audio into a new wave file. I configured a simpler vi from the examples, but still cant understand why my original vi fails to work.
Well anyways, appreciate your advice.
11-10-2009 03:34 AM
I do not think you have looked at the "Sound File to Sound Output.vi" example. This is the correct way of doing this. Also a few tips. Always enable context help. Do it by toolbar->help->show context help. Do not be afraid to go into details. Then working with Labview it is a very bad approach to just toss in functions and then hope everything will work.