登录论坛

查看完整版本 : 【求助】在matlab中无法读入wav格式的音频 不知道为什么


小溪jx
2008-03-29, 09:36
在用matlab中函数wavread读入wav格式文件时,出现如下提示:
??? Error using ==> wavread
Error using ==> wavread
Data compression format (IMA ADPCM) is not supported
望高手们不要嫌问题小白 呵呵 因为读入不了 我的后续工作完全无法开展 希望大家多帮忙:lol:

cs19002
2008-04-06, 13:32
从错误信息看,你的wav文件是adpcm格式,wavread不支持。
可以先转换一下格式再用wavread读取。(格式转换软件很多,搜馊就有)