How do I save a portion of an http mp3 bitstream of a radio broadcast in Matlab?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
David Sears
le 14 Mar 2021
Réponse apportée : Rishik Ramena
le 17 Mar 2021
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 commentaires
Réponse acceptée
Rishik Ramena
le 17 Mar 2021
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Environment and Settings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!