controlling audio streaming with GUI
6 次查看(过去 30 天)
显示 更早的评论
Hi,
I'm interested in making an audio GUI that has a play and stop button. The idea is to stream audio from a microphone, do some processing and then play to headphones. I'm not sure how to keep the audio streaming/processed in the background (which I can start and stop at will) and am looking for suggestions. I have access to the DSP toolbox.
2 个评论
Geoff Hayes
2015-11-27
aL - how are you controlling the streaming of the audio data? Do you push a button on your GUI that would start this process (capture the audio and process the data)?
回答(1 个)
Walter Roberson
2015-11-27
The GUI can issue a pause() or stop() operation on the audioplayer object.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Signal Generation, Manipulation, and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!