Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to record audio using MATLAB?

3 ビュー (過去 30 日間)
reema shrestha
reema shrestha 2017 年 10 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I tried to record audio using microphone using the following code.
recObj=audiorecorder(8000,8,1);
disp('Start speaking.')
record(recObj,5);
disp('End of Recording.');
But the problem is while I run the program,MATLAB stops working and closes the program.I am using MATLAB 7. I also looked for the documentation for my version thinking if recording is no compatible for my version.But it is compatible. Can anyone help me with it?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by