how to write a file in .mp3 format ?
Mostra commenti meno recenti
I am working on a audiorecoder application. I need to save the recorded audio in .mp3 format. But audiowrite() can write files only in .wav format. Is there any way to write audio in .mp3 format or convert .wav to .mp3 ?
Risposte (1)
Walter Roberson
il 20 Ago 2022
0 voti
https://www.mathworks.com/matlabcentral/answers/666993-matlab-code-for-writing-an-mp3-file-in-versions-after-2015#comment_1167878
audiowrite used to handle mp3 but it was removed in r2015b: at the time there was an active patent dispute and companies were demanding to be paid. My notes say that the patents have expired now.
Categorie
Scopri di più su Audio I/O and Waveform Generation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!