How can I record,pause and keep recording with Matlab functions?
2 views (last 30 days)
Show older comments
I am trying to record, pause, and record again an audio with this code, but it doesn't work true and only the last time I push the record, the sound recorded and before efforts lose.
How should I use pause and resume function to make a record/pause button?
if state set(hObject,'String','Pause'); resume(handles.rec); else set(hObject,'String','Record'); pause(handles.rec);
end
0 Comments
Answers (0)
See Also
Categories
Find more on Audio and Video Data 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!