cant play audio file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I cant play audio file that I have with matlab when I do {load, and the name of file} its say:"Number of columns on line 2 of ASCII file C:\Users\Omri\Desktop\moho.wav must be the same as previous lines."
i did now exactly like in this video http://www.youtube.com/watch?v=sWuK-BBFaxA and its write to me " Error in Untitled6 (line 1) a=wavread ( ' 1.wav ' ) ; " what it could be?
how can i play this audio file help pleas.
1 comentario
Daniel Shub
el 26 de Jul. de 2013
What is the exact error you get when you run
a=wavread('1.wav');
Are you sure that 1.wav is a valid wav file?
Respuestas (1)
Daniel Shub
el 25 de Jul. de 2013
The LOAD function cannot load wav files try WAVREAD instead.
0 comentarios
Ver también
Categorías
Más información sobre Audio and Video Data 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!