安卓音频相关的开发
guanzuochen
这个作者很懒,什么都没留下…
展开
-
Your project path contains non-ASCII characters. This will most likely cause the build to fail
Your project path contains non-ASCII characters. This will most likely cause the build to fail原创 2017-06-23 14:40:35 · 1514 阅读 · 0 评论 -
JNI WARNING: NewStringUTF input is not valid Modified UTF-8: illegal start byte 0xb0
JNI WARNING: NewStringUTF input is not valid Modified UTF-8: illegal start byte 0xb0原创 2017-08-30 18:07:08 · 1207 阅读 · 0 评论 -
Injecting to another application requires INJECT_EVENTS permission
Injecting to another application requires INJECT_EVENTS permission原创 2017-12-20 11:03:16 · 12125 阅读 · 0 评论 -
SoundPool
开发中有碰到需要加载本地音频资源的功能模块,具体的可以看下述实现代码;实现类:public class SoundPoolUtils { private static SoundPool soundPool; // SoundPool对象 public static SoundPool mSoundPlayer = new SoundPool(10, AudioManage...原创 2018-03-23 15:51:45 · 304 阅读 · 1 评论