登录
首页 » VOIP网络电话 » 分网络传输部分、音频输入、音频输出、视频输入、视频输出、音频视频压缩、音频波形显示、界面。共创建个线程,音频输入线程、音频输出线程(这两个有WINAPI隐式创建...

分网络传输部分、音频输入、音频输出、视频输入、视频输出、音频视频压缩、音频波形显示、界面。共创建个线程,音频输入线程、音频输出线程(这两个有WINAPI隐式创建...

于 2022-12-24 发布 文件大小:439.12 kB
0 197
下载积分: 2 下载次数: 1

代码说明:

分网络传输部分、音频输入、音频输出、视频输入、视频输出、音频视频压缩、音频波形显示、界面。共创建个线程,音频输入线程、音频输出线程(这两个有WINAPI隐式创建)、音频视频压缩传送线程和主线程。因为音频的采样率比视频采样率高得多,这里的音频的采样率为8000Hz而视频仅为20左右,所以从宏观来看,音频是连续的,而视频是非连续的,这也就是无须为视频输入输出创建独立线程的原因。- Minute network transmission part, audio frequency input, audio frequency output, video input, video output, audio frequency video frequency compression, audio frequency profile demonstration, contact surface. Altogether founds the line regulation, the audio frequency input line regulation, the audio frequency output line regulation (these two has WINAPI to hide type to found), the audio frequency video frequency compression transmission line regulation and the master line regulation. Because the audio frequency sampling rate is much higher than the video frequency sampling rate, here audio frequency sampling rate is 8000Hz but the video frequency is only about 20, therefore from macroscopic looked, the audio frequency is continual, but video frequency right and wrong continual, this also

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个语音聊天程序是用VB写的,很好,不是用控件实现…
    一个MS的语音聊天程序,是用VB写的,很不错,不是用控件实现的,不过不是实时语音,有点像对讲机-a voice chat program is written in VB, very good, not with the controls to achieve, but it is not real-time voice, a bit like a walkie-talkie
    2022-10-21 13:25:04下载
    积分:1
  • SIP协议栈
    SIP Stacks GNU eXosip: C Linux+Windows+... License: GPL Homepage: http://savannah.nongnu.org/projects/exosip/ The extensible osip: "...It aims to implement a simple high layer API to control the SIP for sessions establishements and common extensions. Once completed, this eXtended library should provide an API for call management, messaging and presence features.... Download the tar file from http://osip.atosc.org/download/exosip/. -SIP StacksGNU eXosip: C Linux+ Windows+ ... License: GPL Homepage: http://savannah.nongnu.org/projects/exosip/ The extensible osip:
    2023-03-25 08:30:04下载
    积分:1
  • MPEG
    MPEG-4编解码的实现。包括MPEG4视音频编解码。-MPEG-4 codecs realized. MPEG4 video and audio codec.
    2022-07-14 06:10:04下载
    积分:1
  • SIP_ISUP,SIP ISUP互联互通协议部分,对于学习NGN软交换之间的协议流程很有帮助。...
    SIP_ISUP,SIP ISUP互联互通协议部分,对于学习NGN软交换之间的协议流程很有帮助。-SIP_ISUP, SIP ISUP protocol interoperability of NGN Softswitch to study the agreement between the flow of great help.
    2022-05-13 21:21:13下载
    积分:1
  • sip协议文本,讲解透彻,有丰富的实例,根据实例阅读,理解深刻
    sip协议文本,讲解透彻,有丰富的实例,根据实例阅读,理解深刻-sip text of the agreement, on a thorough and has a wealth of examples, in accordance with examples of reading and understanding the profound
    2022-08-02 14:33:14下载
    积分:1
  • 一个不错的实时通讯开发开源代码,可用于ip/视频会议,希望对大家有用,...
    一个不错的实时通讯开发开源代码,可用于ip电话/视频会议,希望对大家有用,-A good real-time communication to develop open-source code, can be used for ip phone/video conferencing, in the hope that useful to everybody,
    2022-06-27 04:28:48下载
    积分:1
  • dps上面通过c裸机编程实现流媒体以太传输
    dps上面通过c裸机编程实现流媒体以太网传输-dps through c above, bare-metal programming streaming Ethernet
    2022-10-22 15:25:03下载
    积分:1
  • 一个用java实现的局域语音聊天系统,包括服务器端和客户端,可以实现文字聊天,语音聊天,文件传输等功能,并实现了密码验证。...
    一个用java实现的局域网语音聊天系统,包括服务器端和客户端,可以实现文字聊天,语音聊天,文件传输等功能,并实现了密码验证。-used to achieve a LAN voice chat system, including the server and client, can achieve a text chat, voice chat, file transfer and other functions, and to achieve a password verification.
    2022-03-24 10:27:30下载
    积分:1
  • 为实现传输RTP RTP JRTPLIB使用是解决房
    使用JRTPLIB库实现RTP的传输RTP是目前解决流媒体实时传输问题的最好办法,如果需要在Linux平台上进行实时流媒体编程,可以考虑使用一些开放源代码的RTP库,如LIBRTP、JRTPLIB等。JRTPLIB是一个面向对象的RTP库,它完全遵循RFC 1889设计,在很多场合下是一个非常不错的选择,下面就以JRTPLIB为例,讲述如何在Linux平台上运用RTP协议进行实时流媒体编程。-JRTPLIB use of RTP for achieving the transmission RTP is to solve real-time streaming media transmission problems the best way, if necessary on the Linux platform for real-time streaming media programming, can consider using open-source library of RTP, as LIBRTP, JRTPLIB so. JRTPLIB is an object-oriented library RTP, which fully comply with the RFC 1889 design, in many occasions is a very good choice, following on to JRTPLIB example, on how the Linux platform on the use of RTP for real-time streaming media programming.
    2022-03-24 21:45:21下载
    积分:1
  • 使用的一个动态例子
    一个H323动态库使用的例子-a dynamic example of the use of
    2022-10-06 13:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载