LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Audio waveform data is getting clipped while trying to save it and read back through read wav

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

Download All
0 Kudos
Message 1 of 2
(2,690 Views)

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.

0 Kudos
Message 2 of 2
(2,672 Views)