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.

How to use audio example on 816x EVM...

Hi all...

I used a 816x EVM rev E. ezsdsk 5.03.01.15, psp04.00.01.13

ti-ezsdk> source /linux-devkit/environment-setup

> make apps

then... how to use a audio example  & how to listen to audio for HP_OUT jack?

in directory

/ti-ezsdk/example-applications/linux-driver-examples-psp04.00.01.13.patch2/audio

i don't have idea...

i'm beginer linux... :(

Regards,

Joongjae

  • If you are interested in just playing something over the HP you can use the aplay command. It's a part of the SDK filesystem. Normally you'll use a wav file as the input to this.

    For running the audio capture example in the PSP Audio User Guide you'll need to compile and link it against libasound.

    Regards,

    Vaibhav