Hello
I have four .wav files, all of which sound normal when played through MATLAB, but sound distorted when played through the Audio Weaver Server. Other .wav files downloaded from the web play cleanly through Audio Weaver Server.
What could be going wrong?
5:13pm
Hello,
You could be experiencing clipping with the four .wav files that you mention.
One cause could be that the input pin in your layout is set to a smaller data size than these .wav files. Please make sure that the dataType of your input pin, found under the Build panel in Properties, is set to fract32.
The other cause could be your layout. If you are applying any sort of gain to the audio input, you could be driving the loudness outside the range of the data type and you could cause clipping.
I hope this helps out, but if it doesn't, please reply with details about what target you are running on.
-Axel