NetTalk是一個適用于局域網和因特網的可視電話軟件 一.開發環境 Windows2000 Server & Visual C++6.0 & SDK +自開發的CWndX類庫(相當于簡化的MFC涉及窗口的部分) 二.支持環境 Windows98/ME/2000/XP 三.所涉及協議和標準 網絡傳輸采用UDP協議,音頻壓縮采用G.729標準,視頻壓縮采用H.263標準 四.性能參數 以音頻幀為基準,每幀音頻數據有240個采樣點,時間為240*1000/8000=30ms,8000為音頻的采樣率。 數據接收端隊列緩沖延遲:30*3=90ms 數據發送端錄音延遲:30ms 數據壓縮解壓耗時:<40ms 網絡延遲:<100ms(我想校網情況應該不錯J) 總延遲:<260ms 根據VOIP標準,總延遲<300ms是人可以接受的,以上計算是保守的,實際情況可能會好得多。
標簽: NetTalk Windows Server Visual
上傳時間: 2013-12-23
上傳用戶:yy541071797
siptapi A TAPI driver for SIP. With this TAPI driver you have a click2dial feature with any TAPI enabled application (e.g. MS Outlook) and any SIP account (e.g. freeworlddialup or iptel.org).
標簽: TAPI driver click2dial siptapi
上傳時間: 2014-01-07
上傳用戶:jjj0202
為存儲磁盤或U盤更換盤符。比如:U盤插在PC機上顯示的是F盤,可以被更換成H、G直到Z盤,只要該盤符空閑。
上傳時間: 2013-12-13
上傳用戶:qiao8960
本文專門講解如何運用這種原始套接字,來模擬I P的一些實用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可對I P頭信息進行實際的操作。
上傳時間: 2013-12-24
上傳用戶:wqxstar
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
函數名稱:CRC-16 Process 函數原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函數功能:進行CRC校驗和產生CRC代碼.這個函數只影響全局變量crc16. 校驗字放在字符串最后,低8位在前高8位在后. msgaddr : 進行CRC16校驗的據塊的首地址 datalen : 進行CRC16校驗的據塊的個數 CRC-ITU的計算算法如下: a.寄存器組初始化為全"1"(0xFFFF)。 b.寄存器組向右移動一個字節。 c.剛移出的那個字節與數據字節進行異或運算,得出一個指向值表的索引。 d.索引所指的表值與寄存器組做異或運算。 f.數據指針加1,如果數據沒有全部處理完,則重復步驟b。 g.寄存器組取反,得到CRC,附加在數據之后(這一步可省略)。
上傳時間: 2015-12-21
上傳用戶:llandlu
控制臺下顯示有色字符,代碼在freebsd下測試通過,可以擺脫黑白的控制臺了。編譯環境g
上傳時間: 2013-12-11
上傳用戶:784533221
BG碼轉換程序是一個二進制碼(Binary,簡稱 B碼)與格雷碼(Gray Code,簡稱G碼)相互轉換的軟件.
上傳時間: 2014-12-19
上傳用戶:hgy9473
做到在互連網的語音通信功能,使用g.729壓縮,在 北京 -------- 重慶 間測試過,一端是長城寬帶。一端是56k modem 撥號上網。語音比較清晰,但有一點停噸現象。
上傳時間: 2013-12-05
上傳用戶:hopy
java語言開發的P2P流媒體系統,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php
上傳時間: 2016-01-09
上傳用戶:ikemada