How do I save a portion of an http mp3 bitstream of a radio broadcast in Matlab?
조회 수: 2 (최근 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?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!