Android Soundpool VS Vibrator

时间:2012-09-07 14:09:07

标签: android soundpool vibrate

我必须让智能手机振动并同时播放声音。

我试过这样的事情:

soundPool.play(sID, 1.0f, 1.0f, 1, 0,1.0f);
vibrator.vibrate(90);

问题是手机会立即振动,但声音池会有一点延迟。

1 个答案:

答案 0 :(得分:0)

您可以使用vibrator.vibrate(long[] pattern, int repeat)方法。 模式数组中的第一个值表示在打开振动器之前等待的毫秒数。