code for compress audio by MPEG in matlab

조회 수: 5 (최근 30일)
tran phuong
tran phuong 2015년 11월 30일
댓글: Walter Roberson 2015년 11월 30일
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

답변 (1개)

Walter Roberson
Walter Roberson 2015년 11월 30일
audiowriter('OutputFileNameHere.mp4', NameOfSignalVariable, SamplingFrequency)
For example,
audiowriter('rowrowrow.mp4', row_song, 4000);
  댓글 수: 2
Dinesh Iyer
Dinesh Iyer 2015년 11월 30일
A quick correction. The name of the function is audiowrite and not audiowriter.
Walter Roberson
Walter Roberson 2015년 11월 30일
Thanks, Dinesh.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by