hello
where can i find the example code about the audio loopback test.
because i want to do a sound test which PC send out PCM to the dm6441board then give back PC
bset regards
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.
hello
where can i find the example code about the audio loopback test.
because i want to do a sound test which PC send out PCM to the dm6441board then give back PC
bset regards
If it is just a simple audio loopback you are looking for than you could try running 'cat /dev/dsp > /dev/dsp' which should have the audio driver copy the incoming audio to the output.
oh
thanks
but i want to research the sources code because i will test a IPPhone
i must write a code about it
will i can find the source code
best regards
The DM644x currently uses an OSS driver, the source to this can be found within your LSP kernel source tree at sound\oss\dm644x. I do not know of any good audio loopback examples within the DVSDK package, though you may be able to find something using OSS on the net.