My current job responsiblity is researching on WebRTC, and the first task is wrapping a class from WebRTC to process audio frames to implement functions of audio AEC, AGC, NS, High pass filter etc. Information list below is from WebRTC.org, you can also view it by visiting http://www.webrtc.org, or it’s […]
1、VC++ 环境下测试项目与正式项目混杂的弊端 测试项目和正式项目无法共存 无法独立运行测试项目或者正式项目 图 1 :测试与正式项目混杂 2、测试项目与正式项目分离方案 Visual Studio 集成环境并不像 Linux 下的构建方式那样来的方便, 可以直观的使用 Make 或 Auto Tool 构造自己需要的编译方式,让多个项目相互协作,互不干扰。但是, VS 中通过在各个配置界面中的配置,也是可以用简单且很不直观的方式实现测试项目与正式项目的分离。 初始的混杂方案如上图 1 所示,请参考:VC++ 2008 Google Test:gtest 安装与配置 进行项目的创建。接下来进行测试与正式项目的分离。
落鹤生:Leap Motion被称之为本年度最值得期待的体感交互设备。我之前做过一些基于摄像头传感器的东西,我怀疑这个东西会不会也非常容易因一些普通的干扰而出现误判,如:转动笔记本的屏幕,或者因无意识、无目的的随便挥动导致被画/写进去一些错误的内容???好吧,等它上市了我们再来看看。以下是其官方介绍: Leap Motion, the motion-control software and hardware company changing the future of human/computer interaction, today announced the Leap Motion™ Controller will begin shipping to consumers on May 13; shipping will be prioritized by pre-order date. It will launch exclusively in the U.S. at Best Buy stores on May […]