How can I record my voice without pause?

3 visualizzazioni (ultimi 30 giorni)
minsoo kim
minsoo kim il 4 Dic 2017
Commentato: minsoo kim il 5 Dic 2017
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???

Risposte (1)

Walter Roberson
Walter Roberson il 4 Dic 2017
You need to use the facilities of the Audio System Toolbox. audiorecord() is not suitable for this purpose.
  5 Commenti
minsoo kim
minsoo kim il 5 Dic 2017
sry, I have one more question. How can I stop record function? I mean, I want to record just for 1 second, but I have no idea how to do this...
minsoo kim
minsoo kim il 5 Dic 2017
ah nevermind. I solved the problem.

Accedi per commentare.

Categorie

Scopri di più su 신호 분석과 시각화 in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!