This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Voice Activity Detection using AIC3256

Other Parts Discussed in Thread: OMAPL138, TLV320AIC3256

Dear All,

We are using OMAPL138 processor in our customized board along with TLV320AIC3256 codec chip on it.

Our requirement is to achieve VAD using TLV320AIC3256 codec chip, following is the scenario:-

1) Apply Active Noise Reduction(ANR) to the input voice to filter out noise and voice,

2) After that applying VAD on the output sample of ANR, that voice is present or not,

3) If yes then further taking decision by registering and raising interrupt to the host processor.

Input Sample ---> ANR ---> Output Sample ---> VAD using TLV320AIC3256 codec chip ---> Interrupt to Host processor.

So please guide in the desired direction that can we achieve the above mentioned scenario using TLV320AIC3256 codec chip.

As this part is very critical for our project.

Regards

Rishabh Jain

  • Hi Rishabh,

    We have a single microphone multiband noise reduction component. Under TI Algorithms, there is a VAD component you could use (right click for the help file). You can generate an interrupt using the GPIO Output component under InputOutput.

    Regards,

    J-