soundpoolutils专题

Android音乐播放工具类 基于SoundPool SoundPoolUtils 加载音乐音频

/*** 作者:guoyzh* 时间:2019/3/12 19:07* 功能:加载音频文件工具类*/public class SoundPoolUtils {private Context context;private static SoundPool soundPool;private static int soundID;/*** 播放音频文件** @param context* @par