how to convert a wav to mp3 file in maylab
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 !
0 commentaires
Réponses (1)
Aayush Gupta
le 13 Juin 2021
[Y fs]= audioread(file);
audiowrite('ConvertAudioFile.mp3,Y,fs)
0 commentaires
Voir également
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!