05-20-2016 10:36 AM - edited 05-20-2016 10:38 AM
Guys please help me to identify the problem why my Audio Waveform data is getting clipped from amplitude wise ,when i try to save the wav file and read it back.
I have uploaded the images and vi for your reference.
Image 1 - Original Waveform
image 2 - Wav file of the original waveform being saved and read back
I have attached the vi in that i have included the original waveform data. So please try and let me know how to get the original data without the data is getting clipped in amplitude.
Thank you
Abdul Majith.A
05-20-2016 11:07 AM
As I know, amplitude in dbl format has range 0..1. So yuo can't write 1.25.
You can normalize all array to 1 if you want save array form.