wavwrite warnings

Hi :) I've been trying to save my sound clips to .wav formats, but I keep getting these warnings:
Warning: Data clipped during write to
file:lms.wav
> In wavwrite>PCM_Quantize at 272
In wavwrite>write_wavedat at 296
In wavwrite at 138
In ALEdited at 119
Please advise :)

回答 (2 件)

Walter Roberson
Walter Roberson 2012 年 3 月 9 日

0 投票

Your data is not uint8 or int16 or int32, and it is outside the range [-1 to +1].
Daniel Shub
Daniel Shub 2012 年 3 月 10 日

0 投票

質問済み:

2012 年 3 月 9 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by