when i call this api Adec_create, i get error as follows:
AUDIO: DEC -> Handle 5247C0, Int Handle 5247C8
RpeClient_initConfigDB() returned ERROR=-1017
Segmentation fault
i set parameters:
aDecParams.decoderType = AUDIO_CODEC_TYPE_AAC_LC;
aDecParams.desiredChannelMode = 2;
pTmp->pHandle = Adec_create(&aDecParams);
can you help me ? thanks very much!