2015年5月4日 星期一

[Android] 聲音 SoundPool

1
2
3
4
5
6
//BB叫
int alertId;
SoundPool soundPool;
soundPool = new SoundPool(10, AudioManager.STREAM_SYSTEM, 5);
alertId = soundPool.load(this, R.raw.bb, 1);
soundPool.play(alertId, 1.0f, 1.0f, 0, 0, 1.0f);
聲音BB聲下載:
https://drive.google.com/open?id=0B2WSxYpFVHkaS0t6LTRGN1JzZm8&authuser=0

參考網址:
http://blog.csdn.net/pku_android/article/details/7625868
http://style77125tech.pixnet.net/blog/post/152442867-%5Bandroid%5D-soundpool-%E9%9F%B3%E6%95%88-(%E4%B8%80)

沒有留言:

張貼留言