Hi all:
I use the DVRRDK 4.1 ,8168 evm.
enc param:samplerate 32K,bitrate 48k,Stereo.
The audio encoding process:
while(1)
{
fread(pcm);
Aenc_process(pcm);
fwrite(aac);
}
The file of aac sounds a little problem.
But I use the process:
while(1)
{
fread(pcm);
usleep(32000);
Aenc_process(pcm);
fwrite(aac);
}
It sounds OK.
Who knows what it is?
I uploaded the two aac files: