how to convert a wav to mp3 file in maylab

4 次查看(过去 30 天)
hi guys! i was asked to comme with programme for convertng wav files to mp3 in matlab
and i am not really familiar with it . i tried to begin with what found in the net but there's not much .doc about this
so any help please !

回答(1 个)

Aayush Gupta
Aayush Gupta 2021-6-13
[Y fs]= audioread(file);
audiowrite('ConvertAudioFile.mp3,Y,fs)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by