Hi list! When setting the format in the alsa device, in the file alsa_dev uses format = SND_PCM_FORMAT_S16_LE; I wonder if it would be better to use the format SND_PCM_FORMAT_S16 (CPU endian instead of little endian). I use a power pc achitecture and I had problems with the little endian version, so I change it to the CPU endian. Is there a special reason of using the SND_PCM_FORMAT_S16_LE? Thanks a lot! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120224/746b2f56/attachment.html>