필터 지우기
필터 지우기

any one help me how to write audio file in 2009???

조회 수: 1 (최근 30일)
Dhines
Dhines 2016년 2월 29일
댓글: Dhines 2016년 2월 29일
am using... this command a=audiorecorder(8000,8,1); record(a,5); play(a); wavwrite(8,'a.wav');...
here my prob starts.. when i run first two lines in command window it works.. but when i completely run it shows error .. cant write file while recording process.. but i want to the same to make matlab R2009b.. any one.. give a slight modification....thanks
  댓글 수: 2
Steven Lord
Steven Lord 2016년 2월 29일
Show the EXACT and FULL text of the error message, not a paraphrased version of that message.
Dhines
Dhines 2016년 2월 29일
sir my program..
a=audiorecorder(8000,8,1);
record(a,5);
b=getaudiodata(a);
plot(b);
play(a);
wavwrite(8,8000,'a.wav');
cannot retrieve audio data while recording is in progress.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by