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
2012-3-9
0 个投票
Your data is not uint8 or int16 or int32, and it is outside the range [-1 to +1].
Daniel Shub
2012-3-10
0 个投票
This has been answered and discussed before: http://www.mathworks.com/matlabcentral/answers/17789-why-i-am-gettiing-warning
类别
在 帮助中心 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!