audioread cannot open Matlab Drive remote wave file

1 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
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 个)

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by