reading a song in matlab

1 回表示 (過去 30 日間)
k.v.swamy
k.v.swamy 2012 年 9 月 6 日
コメント済み: shahnaz fatima 2015 年 4 月 16 日
hi all, i have a song with .wma extension.can any one suggest me how t read it using wavread. regards k.v.swamy
  1 件のコメント
shahnaz fatima
shahnaz fatima 2015 年 4 月 16 日
i hope your problem is solved.
i am having similar problem.
should we use some software to convert .wma to .wav help

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

採用された回答

Matt Fig
Matt Fig 2012 年 9 月 6 日
Make sure that the file is in the current directory first, then:
[Y,FS] = wavread('myfile.wma');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by