Dear experts,
We use DM365 dm365_aaclcenc_3_5_00_production encode file, when we play on PC it will longer than we capture the audio data. For example we capture 6 minutes 5 seconds data and aac encode, when play on PC the aac file will play 6 minutes and 17 seconds.
Codec config is as follow:
const AUDENC1_Params Aenc1_Params_DEFAULT = {
sizeof(AUDENC1_Params),
44100,
288000,
IAUDIO_2_0,
XDM_LE_16,
IAUDIO_CBR,
IAUDIO_INTERLEAVED,
16,
192000,
IAUDIO_DUALMONO_LR,
XDAS_FALSE,
XDAS_FALSE,
XDAS_FALSE
};
const AUDENC1_DynamicParams Aenc1_DynamicParams_DEFAULT = {
sizeof(AUDENC1_DynamicParams),
288000,
44100,
IAUDIO_2_0,
XDAS_FALSE,
IAUDIO_DUALMONO_LR,
16
};
I also attach the aac file. Pls add your comments and suggest how to fix it.
Regards