hi, i have see the source of src_bios6/links_c6xdsp, there is only osd and scd.
and the Aenc_create() function call failed:
aencParams.bitRate = 128 << 10;
aencParams.encoderType = AUDIO_CODEC_TYPE_AAC_LC;
aencParams.numberOfChannels = 2;
aencParams.sampleRate = 48 << 10;
encHandle = Aenc_create(&aencParams);
is my idea error? thanks