How can I record my voice without pause?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I made a voice control ping-pong game with matlab gui.
In the middle of the game, pressing "r" initiates recording for 1 sec.
Problem is, the game stops just for 1 sec if I press "r" which means, nothing happens during recording.
Since the title of my project is "real-time voice control ping-pong game", this problem should be solved.
Any ideas???
0 Kommentare
Antworten (1)
Walter Roberson
am 4 Dez. 2017
You need to use the facilities of the Audio System Toolbox. audiorecord() is not suitable for this purpose.
5 Kommentare
Siehe auch
Kategorien
Mehr zu 신호 분석과 시각화 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!