LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wav playback sounds metallic

Hi,
I am using this vi for a lab at school to record microphone input from an AI (PCI 6023, SCB-68board), record 5 secs into a wav file, do a sectrum analysis on the sound as it is recorded. However, when I recently transported the vi to LabView 8 from 6, the playback sounds metallic.
Can anyone advice? Thank you very much.
Phil
Download All
0 Kudos
Message 1 of 2
(2,311 Views)
Phil,
 
Due to the hardware calls and the missing subVI (WaveWrite.vi), I can't tell very much from the code you've posted, but I would first recommend taking the signal acquisition out of the equation (use a file of static data or a simple sine wave function). Removing the signal acquisition will eliminate one of the variables in the system and the most important part of debugging a system is simplifying it. In this same vein, remove any code that is not relevant to the problem. After that, if you are still getting different sounds between LabVIEW versions, post a 7.1 version of the code so that we can investigate the difference. Make sure that you include all subVIs and necessary files so that the code is executable.
 
Kind Regards,
E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,296 Views)