搜索资源列表
linuxC++
- 嵌入式linux系统的网络编程(C++) 在ARM上实现视频会议 此程序获得全国研究生电子大赛一等奖 压缩包内为全部源码,包括音频 视频(H.264)socket部分-embedded Linux network programming (C + +) on the ARM video conference this procedure electronic access to graduate students won t
nettelephone
- 本程序为网络语音电话,通过本例读者可以了解到实现异行窗口,Windows底层音频采样,套接字等方面使用知识 。-the procedures for network voice telephony, through the cases the reader can learn to achieve different window. Windows Audio bottom sampling, such as the use of
libshd
- SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH
VoiceChatRoom
- 语音聊天实例 主框架程序Example2_ChatRoom.cpp/Example2_ChatRoom.h 负责处理各种消息,尤其是音频响应消息 服务器Socket程序ServerSocket.cpp/ServerSocket.h 在服务器内,负责监听网络连接 客户端Socket程序ClientSocket.cpp/ClientSocket.h 负责收发聊天数据,包括文字聊天数据和语音聊天数据
SocketRec
- 使用tcp或dup(可自由选择)开发的波形音频的录制与播放-Wave/Sound recorder in the network support tcp or udp.
linuxC++
- 嵌入式linux系统的网络编程(C++) 在ARM上实现视频会议 此程序获得全国研究生电子大赛一等奖 压缩包内为全部源码,包括音频 视频(H.264)socket部分-embedded Linux network programming (C++) on the ARM video conference this procedure electronic access to graduate students won the
nettelephone
- 本程序为网络语音电话,通过本例读者可以了解到实现异行窗口,Windows底层音频采样,套接字等方面使用知识 。-the procedures for network voice telephony, through the cases the reader can learn to achieve different window. Windows Audio bottom sampling, such as the use of
libshd
- SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH
VoiceChatRoom
- 语音聊天实例 主框架程序Example2_ChatRoom.cpp/Example2_ChatRoom.h 负责处理各种消息,尤其是音频响应消息 服务器Socket程序ServerSocket.cpp/ServerSocket.h 在服务器内,负责监听网络连接 客户端Socket程序ClientSocket.cpp/ClientSocket.h 负责收发聊天数据,包括文字聊天数据和语音聊天数据-Examp
Hermes
- 网络语音传输,采用系统级wav函数采集音频加socket做网络传输-The network speech transmission, uses the system-level wav function gathering audio frequency to add socket to make the network transmission
Audiocommunication
- 音频通信,传输通过套接字(Socket)实现,音频采集和回放通过WaveOut实现-Audio communication, transmission through the socket (socket) to achieve, audio capture and playback achieved through waveout
JAVA-Audio
- java 收发音频信号 用到Socket -java Capture Send Receive Playback Audio use Socket
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, serv
Socket
- Socket编程,服务器和客户端通信,点播wav音频文件-Socket programming, server and client communications, on-demand wav audio files
20100204AudioSend
- 音频采集得到PCM数据,然后进行AMR编码,再封RTP包,加DTP头,最后送UDP Socket发送,Visual C++ 6.0工程源码-PCM audio data to be collected and then AMR coding, and then sealed RTP packets, plus DTP head, the last to send UDP Socket send, Visual C++ 6.0 Proje
TestRecorderFS
- android的关于音频采集,传输,播放的源码,先把采集的音频保存为录音文件,用Socket传输-android on the audio collection, transmission, broadcast source, first collection of audio saved as audio files, with the Socket Transport
daima
- 本设计综合应用Windows低级音频API、G.729A编码算法、SOCKET编程、多线程编程等技术实现了在局域网PC机点对点的窄带全双工语音通信系统。界面通过MFC实现。为了确保发送应用层协议和聊天信息的正确性,采用TCP方式发送交互信息。语音模块的启动与关闭由交互的命令控制。考虑到语音数据需要延时小,这里用UDP方式发送。-The comprehensive application of the design of Windows
bluez-5.2.tar
- BlueZ是Linux官方蓝牙协议栈。它是一个基于GNU General Public License (GPL)发布的开源项目,从Linux2.4.6开始便成为Linux 内核的一部分。 BlueZ支持蓝牙核心层和协议,它灵活、高效,以模块化方式实现,具有以下特点: n 完整的模块化实现 n 均衡的多处理安全 n 支持多线程数据处理 n 支持多个蓝牙设备 n 硬件抽象 n 向所有层提供标准socket接口
mmPlay.thread-udp
- 本源代码功能,从udp socket 接收音频,然后通过声卡播放。可同时接收和播放多路音频。代码中有udp socket组播的编程,线程池的编程例子,音频播放的编程。-Source code function, receiving audio from udp socket, and then played through the sound card. Can receive and play multi-channel audio.
record for wav
- 客户机(client_record.c)负责采集音频,并通过socket发送给服务器。 服务器(wav_serv.c)接收音频数据后,加上wav头信息,生成wav的声音文件。