reading a song in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
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
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
2012 年 9 月 6 日
Make sure that the file is in the current directory first, then:
[Y,FS] = wavread('myfile.wma');
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!