Hello!
I would like to write a plugin that demodulates different signals from incomming audio (linein, mic, fmradio). What is the right way to access that data in a plugin? Should I use the "recording" functions (those around pcm_init_recording() ) or is there an easier, better way to get that data? I need the "real stream" means every audio sample, the oscilloscope plugin for example just uses pcm_calculate_peaks which does not return sample data, does it?
Maybe anyone of you has a short example for reading in audio data in a plugin? At least some tips which functions to use would be very helpful.
Thank you very much,
Matthias