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.

Audio codec IPNC_RDK3.5

Other Parts Discussed in Thread: DM385


Hi,

In custom DM385 board IPNC RDK 3.5 uses AIC3104 audio codec

In AVI record, earlear we was using CODEC_ID_PCM_MULAW in ApproAviSave.

While audio playback, we were facing audio play underrun occurred ERROR message.

Now we are using CODEC_ID_PCM_S16LE codec Id to fix the above issue(Unable to playback in VLC Player)

In audio_playback, we are not using AUDIO_audioDecode() to decode the buffers. Directly putting the buffers tosnd_pcm_writei(playback_handle, pInBuf, size/2) and getting audio error from write(rc < 0)

Why the pipeline is not handled properly ??? Where it could be the issue ?? Sometimes pipeline has broken

Suggest me to solve this issue ?

Regards,

Rajesh Kannan.S