-
Android通讯录源码
一款简易的Android通讯录,适用新手参考
- 2022-05-21 16:24:27下载
- 积分:1
-
1
说明: 本代码包括通知 进度条 AnimationText等源代码(The code includes a progress bar AnimationText notification such as source code)
- 2013-06-30 14:53:54下载
- 积分:1
-
Android 方位感測器
Android版本 4.0以上
完整檔案,下載可直接執行
- 2022-02-26 08:20:16下载
- 积分:1
-
webrtc android
WebRTC,名稱源自網頁即時通訊(英语:Web Real-Time Communication)的縮寫,是一个支援網頁浏览器进行实时语音对话或视频对话的API。本Android程序调用webrtc native api进行通信
- 2022-09-26 14:05:03下载
- 积分:1
-
android录音amr解码
android录音amr解码,采用jni底层解码、编码的方式会音频进行压缩和解压缩以减小带宽的使用,采用8000 bit_16,单声道
- 2022-04-21 11:29:46下载
- 积分:1
-
handwrite
android 手写输入 电子签名等运用 (android handwriting input, such as the use of electronic signatures)
- 2013-12-03 13:25:09下载
- 积分:1
-
Android 使用语音识别的例子
Android 使用语音识别的例子,下面是核心的代码:
private void startVoiceRecognitionActivity()
{
//通过Intent传递语音识别的模式
Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
//语言模式和自由形式的语音识别
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
//提示语音开始
intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech recognition demo");
//开始执行我们的Intent、语音识别
startActivityForResult(intent, VOICE_RECOGNITION_REQUEST_CODE);
}
当语音结束时的回调函数onActivityResult
- 2023-06-19 16:45:03下载
- 积分:1
-
Android 声波传输
将数据转换为声波,在手机间短距离传输。发送端通过扬声器发送声波,接收端通过mic接收声波在转换为数据。
- 2023-06-18 07:45:03下载
- 积分:1
-
Android-api-in-chinese
android的中文API文档,翻译得挺好。(android API documentation in Chinese, translation was very good.)
- 2011-06-23 23:35:26下载
- 积分:1
-
unity 与 Android讯飞语音通信 demo
unity 与 Android讯飞语音通信 demo。
unity 与 Android讯飞语音通信 demo。
unity 与 Android讯飞语音通信 demo。
- 2022-12-21 05:25:04下载
- 积分:1