code for compress audio by MPEG in matlab

5 vues (au cours des 30 derniers jours)
tran phuong
tran phuong le 30 Nov 2015
Commenté : Walter Roberson le 30 Nov 2015
everybody can help me code code for compress audio by MPEG in matlab ??? i can't find out it on internet . can you help me ??? and give me code . thank's

Réponses (1)

Walter Roberson
Walter Roberson le 30 Nov 2015
audiowriter('OutputFileNameHere.mp4', NameOfSignalVariable, SamplingFrequency)
For example,
audiowriter('rowrowrow.mp4', row_song, 4000);
  2 commentaires
Dinesh Iyer
Dinesh Iyer le 30 Nov 2015
A quick correction. The name of the function is audiowrite and not audiowriter.
Walter Roberson
Walter Roberson le 30 Nov 2015
Thanks, Dinesh.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by