problem with wavread (.wma and .wav file)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have put a file named a1.wav in my current working directory.
then i wrote the command in the command line like this:
[y,fs,nbits]=wavread('a1.wav')
but it is giving me error.
error using wavread, not a wave file.
i dont understand the problem.
i had problem creating wav file. when i recorded it was in .wma then i went to cmd and saved as .wav is this creating problem??
then how should i record to get directly into .wav format.
looking for the answers.
thank you
0 comentarios
Respuestas (1)
Geoff Hayes
el 4 de Abr. de 2015
Shahnaz - you can't just change the extension of the wma file to wav and expect to be able to read the file as if it were a wav file using wavread...so the error message makes sense. I was about to suggest that you use the audioread function to read the wma file instead, but it does not seem to support audio files with this extension. Try converting this audio file from the wma format to wav using software outside of MATLAB.
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!