Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Dhines
Dhines am 29 Feb. 2016
Kommentiert: Dhines am 29 Feb. 2016
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 Kommentare
Steven Lord
Steven Lord am 29 Feb. 2016
Show the EXACT and FULL text of the error message, not a paraphrased version of that message.
Dhines
Dhines am 29 Feb. 2016
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by