ao_opensles: remove 32bit audio

It's unsupported by android, and can cause problems when trying to play 32bit audio. Removing 32bit fixes it by forcing 16 bit or 8 bit audio.
This commit is contained in:
Josh de Kock 2016-05-22 03:34:59 +01:00 committed by wm4
parent c4e8c36071
commit 4aa017e301
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ struct priv {
static const int fmtmap[][2] = {
{ AF_FORMAT_U8, SL_PCMSAMPLEFORMAT_FIXED_8 },
{ AF_FORMAT_S16, SL_PCMSAMPLEFORMAT_FIXED_16 },
{ AF_FORMAT_S32, SL_PCMSAMPLEFORMAT_FIXED_32 },
{ 0 }
};