reading a song in matlab

1 visualización (últimos 30 días)
k.v.swamy
k.v.swamy el 6 de Sept. de 2012
Comentada: shahnaz fatima el 16 de Abr. de 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 comentario
shahnaz fatima
shahnaz fatima el 16 de Abr. de 2015
i hope your problem is solved.
i am having similar problem.
should we use some software to convert .wma to .wav help

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by