controlling audio streaming with GUI

1 Ansicht (letzte 30 Tage)
aL
aL am 24 Nov. 2015
Kommentiert: aL am 2 Dez. 2015
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 Kommentare
Geoff Hayes
Geoff Hayes am 27 Nov. 2015
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 am 2 Dez. 2015
yes. that's the idea.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 27 Nov. 2015
The GUI can issue a pause() or stop() operation on the audioplayer object.
  1 Kommentar
aL
aL am 2 Dez. 2015
But would I be able to apply signal processing between the audiorecorder and audioplayer objects?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Signal Generation, Manipulation, and Analysis 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!

Translated by