how to convert a .wav to .mp3 file in matlab?
4 次查看(过去 30 天)
显示 更早的评论
how to convert a single .wav audio file to a single .mp3 file in matlab?what code i have to use? thanks
0 个评论
采纳的回答
KSSV
2017-5-24
Search in file exchange there are function to write .wav to .mp3.
Also see this link for the same discussion: https://in.mathworks.com/matlabcentral/answers/68552-convert-file-from-wav-to-mp3
2 个评论
KSSV
2017-5-24
There is function called mp3read in file exchange...once you read mp3, you have data in hand..you can write to what ever format you want.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!