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 Center および File ExchangeAudio and Video Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by