reading a song in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
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
Respuesta aceptada
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');
0 comentarios
Más respuestas (0)
Ver también
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!