how to set timer for record function?
Ältere Kommentare anzeigen
I want to record my voice while counting the time of recording before I stop the record?
rec = audiorecorder;
record(rec);
%show time increasing by seconds
stop(rec);
Antworten (1)
KSSV
am 8 Feb. 2017
0 Stimmen
Read about tic, toc.You can calculate the time taken using that.
Kategorien
Mehr zu Clocks and Timers finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!