How can I record my voice without pause?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Walter Roberson
2017-12-4
You need to use the facilities of the Audio System Toolbox. audiorecord() is not suitable for this purpose.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 신호 분석과 시각화 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!