Hi,
I want to integrate TI AEC for OMAP4 board (cortex A8), library in my gstreamer application as a plugin:
For Example:
gstreamer pipeline:gst-launch alsasrc ! gst-my-aec-plugin ! alsasink.
but the test app given for TI AEC library is taking 2 streams i.e Far End(FE) and Near End(NE) as inputs however in realtime we have a single stream comming from MIC,So how should i write my plugin.Do an AEC libraries have this kind of 2 stream i/p support.