wavwrite warnings
Afficher commentaires plus anciens
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 :)
Réponses (2)
Walter Roberson
le 9 Mar 2012
0 votes
Your data is not uint8 or int16 or int32, and it is outside the range [-1 to +1].
Daniel Shub
le 10 Mar 2012
0 votes
This has been answered and discussed before: http://www.mathworks.com/matlabcentral/answers/17789-why-i-am-gettiing-warning
Catégories
En savoir plus sur Audio and Video Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!