2

我有 2 个玩家实例。一要播放背景音,二要播放其他声音。

背景声音循环播放

bgPlayer.setLoopCount(-1);
try { 
  bgPlayer.start();
} catch (MediaException e) {
  e.printStackTrace();
}

当我尝试播放背景声音然后播放其他声音时,背景声音停止(9860)并且在某些模拟器或设备(9800 手电筒)中,两种声音都在播放,但音质正在恶化。

如何同时播放两个声音?

4

0 回答 0