フィルターのクリア

How can I combine multiple wav files into a single new wav file

34 ビュー (過去 30 日間)
Benjamin Colbert
Benjamin Colbert 2019 年 9 月 10 日
コメント済み: Walter Roberson 2019 年 9 月 11 日
I have a folder with six 1-minute wav files. I want to have a script that will combine all wav files in a folder into a new 6-minute wav file. I'm super new at matlab and don't know where to start.

回答 (1 件)

Star Strider
Star Strider 2019 年 9 月 10 日
Use audioread to read them, then vertically concatenate them (assuming they all have the same numbers of channels=columns) using the cat function.
  6 件のコメント
Star Strider
Star Strider 2019 年 9 月 11 日
If you need to write the vertically concatenated sounds as a new file, use the audiowrite function.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAudio I/O and Waveform Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by