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.

Abnormal sounds encoded data of audio

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: