code for compress audio by MPEG in matlab

1 view (last 30 days)
tran phuong
tran phuong on 30 Nov 2015
Commented: Walter Roberson on 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

Answers (1)

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

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!