I have attempted to add AAC LC audio encoding to an application using DVR RDK 3.0.
The symptoms are that the system "hangs" when the invocation of Rpe_create() is done within Audio_createAacEncAlgorithm(). The application invokes Aenc_create( ) to get to that point.
I have seen a post: about encoder hangs, and went to look at this URL: http://processors.wiki.ti.com/index.php/OMX_AAC_LC_Encoder_Integration_in_EZSDK
However, it does not seem to bear on the DVR RDK setup. (Or am I missing something?)
Does anybody have any idea on what I should to do to get past this situation? (How to check for missing encoder, where it should be, how to "dig" beyond the Rpe_create() call, etc.,)
I have (in another application) somewhat successfully invoked audio decoding of AAC LC although we still have some sample rate issues of some kind.
I will be asking for assistance on that once we have the encoding built into our "recording" application.