gpt4 book ai didi

matlab - Unix 机器上 Matlab 中的 audioread

转载 作者:行者123 更新时间:2023-12-04 19:51:16 25 4
gpt4 key购买 nike

我正在尝试将音频文件读入 Matlab 并在运行命令时

[y, Fs] = audioread('Recording10.wma')

在我的 Windows 7 笔记本电脑上的 Matlab 中,它运行没有任何问题,但是当我尝试在我们的集群上运行它时,我收到以下错误:

{Unexpected Standard exception from MEX file. What() is: ..

Error in multimedia.internal.audio.file.PluginManager (line 148) mexPluginManager('initializePluginManager',obj.PluginPath);

Error in audioread (line 124) exception = PluginManager.convertPluginException(exception, ... }

如果您能给我任何建议或建议,我将不胜感激。

谢谢

最佳答案

很遗憾,audioread 不支持在 Linux 或 Mac 机器上读取 .wma 文件:

您在此处收到的错误消息也不是很有用。您使用的是哪个版本的 MATLAB?我相信在较新的版本中,错误消息会更有帮助:

[y, Fs] = audioread('test.wma')

例如,在 R2013b 中,错误消息显示为

Error using audioread (line 127)
The file type is not supported

关于matlab - Unix 机器上 Matlab 中的 audioread,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19982517/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com