标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Android Graphic(应用程序层): Skia/OpenGL|ES | 1974 | 0 | 0 | 2010-07-13 | |
转贴]曾经你看不懂《大话西游》 | 1098 | 0 | 0 | 2010-07-13 | |
【转】 对Android平台Linux部分的初步理解 | 973 | 0 | 0 | 2010-07-12 | |
新闻感想-- | 711 | 0 | 0 | 2010-07-09 | |
Mount 应用 | 1541 | 0 | 0 | 2010-07-09 | |
在Linux下查看端口的使用情况及启动 | 1384 | 0 | 0 | 2010-07-07 | |
突发奇想 -- 以后的生活 | 707 | 0 | 0 | 2010-07-05 | |
ubuntu 查看已安装软件信息 | 1391 | 0 | 0 | 2010-07-05 | |
Working with SD cards in the Android emulator | 791 | 0 | 0 | 2010-07-02 | |
Android移植到beagle开发板 | 1499 | 0 | 0 | 2010-07-02 | |
Git和Repo扫盲——如何取得Android源代码 | 985 | 0 | 0 | 2010-07-02 | |
关于PulseAudio的hook机制 | 2022 | 0 | 0 | 2010-07-01 | |
工作能力培养--小记 | 758 | 0 | 0 | 2010-07-01 | |
memchr | 2407 | 0 | 0 | 2010-07-01 | |
看到一个有趣的用法-两个感叹号 | 2040 | 0 | 0 | 2010-06-30 | |
bind_textdomain_codeset 函数 | 2801 | 0 | 1 | 2010-06-30 | |
pulseAudio- libsndfile API | 2369 | 0 | 0 | 2010-06-30 | |
strrchr 函数 | 5121 | 0 | 0 | 2010-06-29 | |
Linux国际化(转) | 2639 | 0 | 0 | 2010-06-29 | |
bindtextdomain 函数 | 1287 | 0 | 0 | 2010-06-29 |
chinaunix网友2011-08-22 14:57
你好,请问你现在在做pandaboard吗?我这边的pandaboard的TI Overlay run不起来,如果你在做,请问下你的有这个问题没有,我在pandaboard google group问了也没有人回答,有个和我一样的问题的他也没有解决,谢谢 我的 Mail Eoollo@163.com,期待你的回复
chinaunix网友2011-03-10 11:14
Audio Output是利用AudioTrack中的回调机制实现的mCbf 这个在StageFright中就对应AudioPlayer的callback函数 然后在AudioTrack中判断如果上层函数设定了回调 就去启动一个线程用于不断的调用上层的回调函数 具体代码在AudioTrack::processAudioBuffer中 这个实现类似于铃音预览时循环播放的实现