Wavread compression error

3 次查看(过去 30 天)
Brett
Brett 2011-2-23
评论: Umar 2024-7-15
Good morning everyone!
I've got a question regarding wavread for all you wise MatLab users out there. I'm trying to open/read mono, 48k/24bit .wav files that were split to mono using SoX using wavread, but I keep getting an error. Specifically, I get "Data compression format (Format #65534) is not supported." After Googling and all that jazz, I came up with what seems to be a reasonable answer, as posted on DSPrelated. It seems that the code offered as a solution on the board is now gone. Does anybody have something similar? I'm desperate, as re-saving some 1350 files won't be fun...
Thanks!
  1 个评论
Umar
Umar 2024-7-15
Hi Brett,
By using audioread, you should be able to read the audio file without encountering the compression format error. Remember to adjust the file path in the code snippet to match the location of your audio files. For more information regarding audioread function, please refer to https://www.mathworks.com/help/matlab/ref/audioread.html

请先登录,再进行评论。

回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by