
录音
developer_xia
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android开发录音和播放录音的例子
/* * The application needs to have the permission to write to external storage * if the output file is written to the external storage, and also the * permission to record audio. These permissio转载 2012-12-18 14:39:39 · 624 阅读 · 0 评论 -
Android : 录音实现之AudioRecord类
Android : 录音实现之AudioRecord类Author : Aoyousatuo Zhaohttp://blog.sina.com.cn/aoyousatuo Android系统提供了一些类以便应用去实现录音的功能。AndioRecord就是其中一个。那么我们如何通过AudioRecord去实现录音呢?笔者下面就给大家做一个介绍。 首先看看Andr转载 2012-12-17 17:41:19 · 1188 阅读 · 0 评论