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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!