audioread cannot open Matlab Drive remote wave file
1 次查看(过去 30 天)
显示 更早的评论
I have shared this link: https://drive.matlab.com/sharing/ba96118b-45de-4ce7-b918-45c0bb8ea15b
However I cannot read an audio file in it, for instance:
[x,fs]=audioread('https://drive.matlab.com/sharing/ba96118b-45de-4ce7-b918-45c0bb8ea15b/dtmf001.wav');
The file canot be opened. Why?
0 个评论
采纳的回答
Walter Roberson
2021-4-3
MATLAB Drive urls only take you to a web page that allows the file to be previewed or downloaded, but no method is provided to reach the file itself.
I confirmed this with Mathworks; they say that techniques such as websave() will not work.
I suspect that they might be mistaken, that potentially there might be a way to get directly to files, but I have not had time to investigate further.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!