Hello,
I am trying to encode audio stream (32kHz, strereo) using ittam aac encoder. The platform is DM365 DVSDK 2.10.01.18
For some reason CPU usage is about 70%. Is that normal?
If not, what should I do to reduce the CPU usage?
The use of cache is enabled (in DVSDK config).
Below is configuration of the AAC encoder:
size=112
sampleRate=32000
bitRate=128000
channelMode=1
dataEndianness=2
encMode=0
inputFormat=1
inputBitsPerSample=16
maxBitRate=768000
dualMonoMode=0
crcFlag=0
ancFlag=0
lfeFlag=0
noChannels=2
aacClassic=1
psEnable=0
dualMono=0
downmix=0
useSpeechConfig=0
fNoStereoPreprocessing=0
invQuant=2
useTns=0
use_ADTS=1
use_ADIF=0
full_bandwidth=0
i_channels_mask=0
i_num_coupling_chan=0
write_program_config_element=0
Thank you in advance.