code for compress audio by MPEG in matlab

5 visualizzazioni (ultimi 30 giorni)
tran phuong
tran phuong il 30 Nov 2015
Commentato: Walter Roberson il 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

Risposte (1)

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

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by