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.

Regarding Audio Capture on Ti Netra

Hi,

We are using the latest version of the EZSDK 5_05_01_04.

Problem Faced: Audio gaps seen when we use arecord application to record Audio

eg: arecord -Dhw:0,0 -c 2 -f S16_LE -r48000 48KHz.pcm

The Audio is connected to LINE IN of the base EVM, Howewer we see Audio Gaps for other sampling frequency like 44100, 32000 also.

Almost 1-2 gaps are observed for a 5 min duration record.

It would be really helpfull if you can point out the problem related to the Audio Capture.

Regards,

Sudeep

  • Hi Sudeep,

    Are you following the Audio Driver User Guide ?

    http://processors.wiki.ti.com/index.php/DM81xx_C6A81xx_AM38xx_Audio_Driver_User_Guide

    http://processors.wiki.ti.com/index.php/ALSA

    Command to record to a file: arecord -f cd song.wav

    Command to loopback(record and playback): arecord -f cd | aplay -f cd

    Regards,

    Pavel

  • Hi Pavel,

    Thanks for your reply, I am using the user driver guide as specified by you.

    But my problem is Audio Gaps heard while recording, if i dump using the above commeand also i get 1-2 audio gaps in 5 min duration capture.

    Please provide ur inputs.

    regards,

    Sudeep