-
Viewpager 可自动滑动和手动滑动
Viewpager 可自动滑动和手动滑动
- 2013-08-19下载
- 积分:1
-
java 图片压缩 示例源码
java 图片压缩 示例源码
- 2014-11-12下载
- 积分:1
-
speex消回音实例
1.回声消除就是在Mic采集到声音之后,将本地音箱播放出来的声音从Mic采集的声音数据中消除掉,使得Mic录制
的声音只有本地用户说话的声音。传统的回声消除都是采用硬件方式,在硬件电路上集成DSP处理芯片,如我
们常用的固定电话、手机等都有专门的回音消除处理电路,而采用软件方式实现回声消除一直存在技术难点,
包括国内应用最广泛的QQ超级语音,便是采用国外的GIPS技术,由此可见一般。
2.回声消除的基本原理是以扬声器信号与由它产生的多路径回声的相关性为基础,建立远端信号的语音模型,
利用它对回声进行估计,并不断修改滤波器的系数,使得估计值更加逼近真实的回声。然后,将回声估计值从
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-05 04:04:46下载
- 积分:1
-
android progressBar 进度条实例下载
android progressBar 进度条实例,适合入门级朋友学习
- 2013-03-23下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
Android闹钟源码
Android闹钟源码,eclipse编写,可以实现基本的功能,可以供大家学习和参考
- 2022-12-05 12:25:03下载
- 积分:1
-
TweenAnimation
说明: 学习TweenAnimation动画让一张图片360度旋转(Learn TweenAnimation animation to make a picture rotate 360 degrees)
- 2020-06-11 08:48:26下载
- 积分:1
-
单机斗地主
安卓的单机斗地主,只支持与机器人对战,如果超过30秒没有下牌会自动放弃本轮下牌。代码有很详细的注释。
- 2022-01-25 21:52:14下载
- 积分:1
-
android 人脸识别实例源码下载
android 人脸识别实例源码下载
- 2014-09-06下载
- 积分:1
-
调用系统摄像头 录制视频 播放视频实例源码下载(亲测可用)
调用系统摄像头调用系统摄像头调用系统摄像头
- 2015-02-10下载
- 积分:1