搜索资源列表
android-ilbc 实现了语音对话功能
- 了Android ilbc的项目,实现了语音对话功能,效果不错,ilbc将音频数据编码压缩为AMR格式,这种格式的音频 压缩率很高,960B的数据经过编码后长度仅仅为100B ,如此小的数据非常适合移动网络下的语音传输,节省大量的带宽,当然, 高压缩比就意味着语音质量损失高,不过实际使用中,AMR格式完全能够满足语音对话的要求。
audioclient
- android上音频传输源码,通过Android里的audiorecorder类进行语音的编解码-android audio transmission on the source, through the Android in the audiorecorder class voice codec
AudioRecorder
- Android上实现的语音获取,与传输的源码,分为客户端与服务器端。客户端会把语音传输到服务器端。-Android on the implementation of voice access to and transmission source, is divided into client and server side. The client will voice transmission to the server.
feige
- 聊天、文件传输、语音呼叫,安卓版飞鸽传书软件-Chat, file transfer, voice calls, Andrews version of IP Messenger software
MessageAudioP2PExample
- 通过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
InterPhone
- 基于局域网的语音对讲机,可实时对讲,通过socket传输-LAN-based voice intercom, real-time intercom, transmitted through the socket
VideoSender
- 安卓视频监控系统发送端,视频采用H.264编码,语音采用AMR编码,在WiFi环境下使用UDP协议进行传输-Surveillance video sender for Android phones in WiFi senarios.
fxcsym
- 本软件是集合信息聊天,文件传输,语音呼叫,用于局域网的手机通讯工具,类似飞鸽传书。完全可以编译,运行!有完整注释! 注意:手机通过wifi连入局域网 本软件设计的以下知识点理解不算太难! 1、短信息:UDP协议 2、语音传输:TCP协议 3、文件传输:多线程 -This software is a collection of information chat, file transfer, voice call for a mobile communication t
AndroidILBC
- android ilbc语音通话 AudioRecord获取流编码进行录音 通过AudioTrack进行播放 中间数据传输使用ilbc库-android ilbc voice AudioRecord acquisition stream encoded for playback recording intermediate data transmission using ilbc libraries AudioTrack
Android音频实时传输与播放-客户端
- Android 音频实时播放;android使用audioRecord和audioTrack实现语音录音播放与即时播放(Android Audio real-time playback)