recordblocking dos not record anything
Show older comments
myVoice = audiorecorder;
recordblocking(myVoice, 5);
y = getaudiodata(myVoice);
play(myVoice);
Although I can see microphone on taskbar is activated during 5 seconds recording, the y array is totally zero and nothing played.
2 Comments
Sajad Sadeghkhani
on 6 Aug 2021
Faidon Cornelis Kourounakis
on 29 Dec 2021
Same problem R2021b.
Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!