Does anyone know, if this is the default PCM-format on the most Android (ARM) devices?
2 channels
16 bit
Little Endian
The underlying "tinyalsa" can handle
SNDRV_PCM_FORMAT_S32_LE
SNDRV_PCM_FORMAT_S8
SNDRV_PCM_FORMAT_S24_LE
SNDRV_PCM_FORMAT_S16_LE
but I cannot think of that Android uses different configurations (?).
Little Endian is sure on ARM-devices.
And what about the 2 channels? I found no way to get mono-audio played, so I think it's always converted into 2 channels.
Are there devices with multichannel-support?
I'm pretty new to this stuff.
Thanks in advance for your help!