How do I save a portion of an http mp3 bitstream of a radio broadcast in Matlab?

1 次查看(过去 30 天)
I'm trying to save 30 seconds of mp3 audio from the following http mp3 stream to a matlab variable, and then save the mp3.
I looked into webread, but it only downloads a file with a fixed duration, rather than a radio stream that is continuously broadcasting. Any ideas?

采纳的回答

Rishik Ramena
Rishik Ramena 2021-3-17
webread expects the response to be complete before it can process the data. So a workaround for processing streams froms the web is to delegate the work to Java which can be called from MATLAB. Have a look at this comment for further details.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by