Clear Filters
Clear Filters

reading a song in matlab

1 view (last 30 days)
k.v.swamy
k.v.swamy on 6 Sep 2012
Commented: shahnaz fatima on 16 Apr 2015
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 Comment
shahnaz fatima
shahnaz fatima on 16 Apr 2015
i hope your problem is solved.
i am having similar problem.
should we use some software to convert .wma to .wav help

Sign in to comment.

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!