搜索资源列表
SimRTP
- 可以將聲音由麥克風取得壓縮後用RTP送出。可以使用PCM GSM。使用簡單方便,也可以在裡面加上加密解密。
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
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