AudioFlinger could not create track, status: -12; Error creating AudioTrack

前端 未结 7 1814
花落未央
花落未央 2020-12-24 14:27

I am having a problem With SoundPool as it refuses to work with my .ogg files. I am getting this error:

AudioFlinger could not create track, status: -12
 Erro         


        
7条回答
  •  时光取名叫无心
    2020-12-24 15:08

    For me status -12 was caused by specifying too many channels when I instantiate SoundPool. So it was probably just running out of memory trying to keep too many channels around.

提交回复
热议问题