16
最近有兴趣查了下Siri,发现其用的是nuance引擎识别语音,然后通过trueknowledge查询答案,再用nuance引擎播放语音。
最近有空花了3天时间做了一个,就是界面不太友好。
附上源代码:
lSiri (3)
参考资料:
http://www.trueknowledge.com/
http://www.nuance.com/
14
pocode
Filed Under (C++, iOS, Multi-touch, Technology) by CouldHll on 14-02-2012
Tagged Under : iOS, Multi-touch
http://www.pocode.org/
pocode is an open-source C++ library designed by Potion for the production of interactive media across multiple platforms.
pocode for OSX, iOS and Windows.
06
问题描述:昨天加班帮做Castrol研发体验中心工业屏,在Mac下导入字体,在Flash中怎么找怎么没有。
问题分析:又导入了几遍,重启也没有用。
问题解决:咨询Cailven,让PS里看看,字体也没有。最后重新下了字体文件,马上就好了。。。感谢Cailven
28
iGUI is a GUI system for Unity 3D engine.
19
IN2AR
Filed Under (AS3, Augmented Reality) by CouldHll on 19-12-2011
Tagged Under : AS3, Augmented Reality, flash
IN2AR is an Adobe Flash AS3 Library that allows you to detect images and estimate their pose using standard webcams/cameras. The pose information can be used to place 3D objects and/or videos onto the image and create wonderfull Augmented Reality applications, or to createunique games that can be controlled by movements of your image.
Sparrow Framework – the Open Source Game Engine for iOS, inspired by the Flash API
http://www.sparrow-framework.org/
06
jquery.fadeout()在IE8下png图片透明问题
Filed Under (Javascript) by CouldHll on 06-12-2011
Tagged Under : IE, Javascript
问题描述:AD杂志iPad版需要一个查看礼物的网站,有个效果是png带透明图片用jquery进行fade in和fade out。原本只需要在iPad上使用。结果客户说IE8运行的时候透明的不会呈现全黑。检查后发现Safari、Firefox、Chromx都正常浏览,唯独IE7、8会有问题。
问题分析:猜想是IE7、8对png的兼容问题。原因是:IE修改透明度,不是通过css属性,而是通过filter滤镜。在IE9,微软修复了此问题。但是此问题对于IE7、8是无解。
总结:IE实在是弱爆了。
04
问题描述:今天加班帮惠氏Wyeth启斌illuma抽奖AIR。在Mac下开发完去PC上测试,发现Mac上一切正常,而PC上程序无法顺利运行。
问题分析:把源代码转到PC运行,一步一步排查。发现PC上会加载隐藏文件,而Mac上不会加载隐藏文件。正是这些隐藏文件的加载导致不正常。
问题解决:
添加如下代码:
if(!file.isHidden)
一切OK了。
总结:Mac系统会忽略隐藏文件,与PC上会遍历所有文件不同。这也许是AIR的bug。
16
Popcode
Filed Under (Android, Augmented Reality, iOS) by CouldHll on 16-11-2011
Tagged Under : Android, Augmented Reality, iOS
Popcode was created by Extra Reality Limited and has no connection to PopCap® Games, Inc.
官网:http://www.popcode.info/
