cant play audio file

조회 수: 6 (최근 30일)
123123
123123 2013년 7월 25일
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
Daniel Shub
Daniel Shub 2013년 7월 26일
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?

댓글을 달려면 로그인하십시오.

답변 (1개)

Daniel Shub
Daniel Shub 2013년 7월 25일
The LOAD function cannot load wav files try WAVREAD instead.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by