1

它适用于摩托罗拉 Xoom 平板电脑 3.2.1,但不适用于 google-tv Logitech Revue 3.2

SoundPool soundPool = new SoundPool(16, AudioManager.STREAM_MUSIC, 0);
poolId = soundPool.load(this, R.raw.cat, 1);
soundPool.play(poolId, 1.0f, 1.0f, 1, 0, 1);

此类日志错误:SoundPool: Unable to load sample: (null)。

任何想法都会有所帮助。谢谢!

4

1 回答 1

0

GoogleTV 上的 SoundPool 类不会加载 MP3 曲目。改用OGG

于 2013-01-10T15:47:33.527 回答