code for compress audio by MPEG in matlab

5 Ansichten (letzte 30 Tage)
tran phuong
tran phuong am 30 Nov. 2015
Kommentiert: Walter Roberson am 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

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by