Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.matlab

Topic: Audio recorder
Replies: 2   Last Post: Nov 4, 2009 9:36 PM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View   Messages: [ Previous | Next ]
yajnesh padiyar

Posts: 15
Registered: 9/28/09
Audio recorder
Posted: Nov 4, 2009 8:32 AM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

I want to record audio from the computers microphone and then write it to .wav file
I have written the code but i do not know where I am going wrong

y=audiorecorder(8000,16,1);

recordblocking(y,10);
stop(y);
wavwrite(y,'input.wav');
mySpeech = getaudiodata(y, 'int16');
p=play(y);



Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2009. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Goodwin College of Professional Studies.