搜索资源列表
rtp2pcm
- 將RTP轉成PCM/MP3,方便大家測試RTP封包內容是否如預期-RTP will turn into PCM/MP3 facilitate testing RTP packet contents as expected
SimRTP
- 可以將聲音由麥克風取得壓縮後用RTP送出。可以使用PCM GSM。使用簡單方便,也可以在裡面加上加密解密。
基于最新版WebRTC编译的GIPS VoiceEngine引擎库
- 基于最新版WebRTC编译的GIPS VoiceEngine引擎库,支持ISAC,PCM,722,iLBC多种codecs,支持多路音频,支持Echo Control, VAD,Noise Suppress, AGC,支持RTP/SRTP.(如需定制,可联系dotphoenix@qq.com)-GIPS VoiceEngine based on the latest version of WebRTC library, support ISAC, PCM, 722, iLBC codecs,
pcm2wav.rar
- 将PCM-A转换为WAV的小工具,MingW编译通过,最初是用来处理VoIP RTP流用的,PCM-A will be converted to WAV gadgets, MingW compile is passed, the first is used to handle VoIP RTP streams used
RTPdump
- 使用WinPcap抓取RTP媒体流中的PCM语音数据并保存到文件的VC6.0工程。-A VC6.0 project to capture voice packet (PCM format: a-law or u-law) in RTP stream by using WinPcap.
pcm
- The board is opened with FRAMERS (E1), even though this example * does not have PSTN Users, only IP Users. * * The board is opened and controlled via the PCI interface. * * Channels 0, 1 are opened (Trunk 0, BChannels 1, 2) and * activa
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 Project Source
GIPSVideoEngineDemo(Public-Version)
- GIPS Video&Voice Engine。 GIPSVideoEngine动态库说明: GIPSVideoEngine是一个基于WebRTC的Video&Voice Engine,当前主要支持Windows和Android,Linux/MAC/iOS也在开发中, 支持如下功能: 1. 音频采集(支持Windows Wave和Windows core),编码(当前主要支持ISAC, iLBC, PCM, g722等,可以扩展支持729,723等), 音频处理(
simplest_mediadata_test
- * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* T