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.

dm3730 AAC encode

hi,

    i have met such problem that when i use aac encode(lc-aac)in dvsdk4,i set the bit-rate and sample-rate  as 64000,44100  in Params,dynParams.the encode works well.but i  increase the bit-rate as 96000,this occured Failed to create audio encoder: aaclcenc.and i change into default Params(the bitrate is 128000 and sample-rate is 44100),it couldn't work too.

  when i use the demo in dvsdk ,it uses default Params(samplerate if 44100,bitrate is 128000),it does not work ,when i change the bitrate to 64000,it works,what is wrong with it?

 so i cant find the reason and solve it ,can anyone help me ?thanks very much.