CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:MessageAudioP2PExample

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    1.4mb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

通过ilbc编码成amr实时语音传输例子,有兴趣的可以多看看,android里面的audiorecorder、audiotrace的使用-Through the ilbc coding into amr examples of real-time voice transmission, interested to see more, the android inside audiorecorder, audiotrace use
(系统自动生成,下载前可以参看下载内容)

下载文件列表

MessageAudioP2PExample/.classpath
MessageAudioP2PExample/.cproject
MessageAudioP2PExample/.externalToolBuilders/Native_Builder.launch
MessageAudioP2PExample/.project
MessageAudioP2PExample/.settings/org.eclipse.cdt.codan.core.prefs
MessageAudioP2PExample/.settings/org.eclipse.cdt.core.prefs
MessageAudioP2PExample/AndroidManifest.xml
MessageAudioP2PExample/bin/AndroidManifest.xml
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/AudioClientManager$AudioData.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/AudioClientManager$RecordWriter.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/AudioClientManager$TrackReader.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/AudioClientManager.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/BuildConfig.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/MainActivity$1.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/MainActivity$2.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/MainActivity.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/MyThread.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/R$attr.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/R$drawable.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/R$id.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/R$layout.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/R$string.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/R$style.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/app/R.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/codec/Codec.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/codec/Decoder.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/codec/Encoder.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/config/AudioContext.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/config/Constants.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/io/net/SocketUDPClient.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/io/PCMRecorder.class
MessageAudioP2PExample/bin/classes/jhen/example/audio/io/PCMTracker.class
MessageAudioP2PExample/bin/classes.dex
MessageAudioP2PExample/bin/jarlist.cache
MessageAudioP2PExample/bin/MessageAudioP2PExample.apk
MessageAudioP2PExample/bin/res/drawable-hdpi/ic_action_search.png
MessageAudioP2PExample/bin/res/drawable-hdpi/ic_launcher.png
MessageAudioP2PExample/bin/res/drawable-ldpi/ic_launcher.png
MessageAudioP2PExample/bin/res/drawable-mdpi/ic_action_search.png
MessageAudioP2PExample/bin/res/drawable-mdpi/ic_launcher.png
MessageAudioP2PExample/bin/res/drawable-xhdpi/ic_action_search.png
MessageAudioP2PExample/bin/res/drawable-xhdpi/ic_launcher.png
MessageAudioP2PExample/bin/resources.ap_
MessageAudioP2PExample/gen/jhen/example/audio/app/BuildConfig.java
MessageAudioP2PExample/gen/jhen/example/audio/app/R.java
MessageAudioP2PExample/ic_launcher-web.png
MessageAudioP2PExample/jni/Android.mk
MessageAudioP2PExample/jni/Application.mk
MessageAudioP2PExample/jni/ilbc-codec.c
MessageAudioP2PExample/jni/iLBC_RFC3951/anaFilter.c
MessageAudioP2PExample/jni/iLBC_RFC3951/anaFilter.h
MessageAudioP2PExample/jni/iLBC_RFC3951/constants.c
MessageAudioP2PExample/jni/iLBC_RFC3951/constants.h
MessageAudioP2PExample/jni/iLBC_RFC3951/createCB.c
MessageAudioP2PExample/jni/iLBC_RFC3951/createCB.h
MessageAudioP2PExample/jni/iLBC_RFC3951/doCPLC.c
MessageAudioP2PExample/jni/iLBC_RFC3951/doCPLC.h
MessageAudioP2PExample/jni/iLBC_RFC3951/enhancer.c
MessageAudioP2PExample/jni/iLBC_RFC3951/enhancer.h
MessageAudioP2PExample/jni/iLBC_RFC3951/filter.c
MessageAudioP2PExample/jni/iLBC_RFC3951/filter.h
MessageAudioP2PExample/jni/iLBC_RFC3951/FrameClassify.c
MessageAudioP2PExample/jni/iLBC_RFC3951/FrameClassify.h
MessageAudioP2PExample/jni/iLBC_RFC3951/gainquant.c
MessageAudioP2PExample/jni/iLBC_RFC3951/gainquant.h
MessageAudioP2PExample/jni/iLBC_RFC3951/getCBvec.c
MessageAudioP2PExample/jni/iLBC_RFC3951/getCBvec.h
MessageAudioP2PExample/jni/iLBC_RFC3951/helpfun.c
MessageAudioP2PExample/jni/iLBC_RFC3951/helpfun.h
MessageAudioP2PExample/jni/iLBC_RFC3951/hpInput.c
MessageAudioP2PExample/jni/iLBC_RFC3951/hpInput.h
MessageAudioP2PExample/jni/iLBC_RFC3951/hpOutput.c
MessageAudioP2PExample/jni/iLBC_RFC3951/hpOutput.h
MessageAudioP2PExample/jni/iLBC_RFC3951/iCBConstruct.c
MessageAudioP2PExample/jni/iLBC_RFC3951/iCBConstruct.h
MessageAudioP2PExample/jni/iLBC_RFC3951/iCBSearch.c
MessageAudioP2PExample/jni/iLBC_RFC3951/iCBSearch.h
MessageAudioP2PExample/jni/iLBC_RFC3951/iLBC_decode.c
MessageAudioP2PExample/jni/iLBC_RFC3951/iLBC_decode.h
MessageAudioP2PExample/jni/iLBC_RFC3951/iLBC_define.h
MessageAudioP2PExample/jni/iLBC_RFC3951/iLBC_encode.c
MessageAudioP2PExample/jni/iLBC_RFC3951/iLBC_encode.h
MessageAudioP2PExample/jni/iLBC_RFC3951/LPCdecode.c
MessageAudioP2PExample/jni/iLBC_RFC3951/LPCdecode.h
MessageAudioP2PExample/jni/iLBC_RFC3951/LPCencode.c
MessageAudioP2PExample/jni/iLBC_RFC3951/LPCencode.h
MessageAudioP2PExample/jni/iLBC_RFC3951/lsf.c
Message

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com