recordblocking dos not record anything
Mostrar comentarios más antiguos
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 comentarios
Sajad Sadeghkhani
el 6 de Ag. de 2021
Faidon Cornelis Kourounakis
el 29 de Dic. de 2021
Same problem R2021b.
Respuestas (0)
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!