12-12-2018 03:37 AM
Hello Everyone,
Im Playing a .wav music file and Generating its csv file, can we compare this csv file with the .wav music file in LabVIEW...?? to check whether the music is played properly or not.
Thanks in Advance
12-12-2018 04:54 AM
I'd say yes, you can.
You can read the data from a wav. And you can read the data from a csv. And you can compare data for sure... So that ticks all tags.
12-12-2018 06:29 AM
Hello Sir,
Thank you and I will try Once.
12-12-2018 07:01 AM - edited 12-12-2018 07:03 AM
Heck, you should be able to play the csv file if you had something that could read the file fast enough. Speaking of which - you KNOW this file is going to be huge, right? Maybe even between two and three times the size of the .wav file, depending on the content. Every 16-bit sample has the potential to be 6 bytes (characters) -- five characters + delimiter.