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 CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by