how to convert a wav to mp3 file in maylab

6 vues (au cours des 30 derniers jours)
kaouther kr
kaouther kr le 24 Mar 2019
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 !

Réponses (1)

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

Catégories

En savoir plus sur Logical 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!

Translated by