controlling audio streaming with GUI

조회 수: 4 (최근 30일)
aL
aL 2015년 11월 24일
댓글: aL 2015년 12월 2일
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
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)?
aL
aL 2015년 12월 2일
yes. that's the idea.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 11월 27일
The GUI can issue a pause() or stop() operation on the audioplayer object.
  댓글 수: 1
aL
aL 2015년 12월 2일
But would I be able to apply signal processing between the audiorecorder and audioplayer objects?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by