Hi,
I spent some time trying to figure out how to record audio from the AIC3106 of the eXperimenter board but i can't find an easy to understand solution.
My goal is to be able to store the root mean square value of an input signal every second. The idea is to read the input signal and do the RMS calculation on the DSP and then pass the value to the ARM side for the display part.
I tried with the c6run tools but i don't understand how to manipulate the aic3106 with it. I managed to get the c6run examples running with the ti-dvsdk_omapl138-evm_04_03_00_06.
But I've seen there is also DMAI, ALSA, codec engine, etc. and all of these seem to be able to manipulate the AIC so I'm a bit lost.
Which tools should i use ?
Is it possible to use the AIC through a c6run lib or app ?
Valentin