博碩士論文 995202046 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:52 、訪客IP:18.226.166.156
姓名 吳玠儀(Jie-Yi Wu)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 多人線上遊戲同儕式浸入語音通訊系統實作及評估
(Peer-to-Peer Immersive Voice Communication System Implementation and Assessment for MMOGs)
相關論文
★ 以IEEE 802.11為基礎行動隨意無線網路之混合式省電通訊協定★ 以范諾圖為基礎的對等式網路虛擬環境相鄰節點一致性研究
★ 行動隨意網路可調適及可延展之位置服務協定★ 同儕式網路虛擬環境高效率互動範圍群播
★ 巨量多人線上遊戲之同儕網路互動範圍語音交談★ 基於范諾圖之同儕式網路虛擬環境狀態管理
★ 利用多變量分析 之多人線上遊戲信任使用者選擇★ 無位置資訊無線感測網路之覆蓋及連通維持
★ 同儕網路虛擬環境3D串流同儕選擇策略★ 一個使用802.11與RFID技術的無所不在導覽系統U-Guide之設計與實作
★ 同儕式三維資料串流★ IM Finder: 透過即時通訊網路線上使用者找尋解答
★ 無位置資訊無線感測網路自走車有向天線導航與協調演算法★ 多匯點無線感測網路省能及流量分散事件輪廓追蹤
★ 頻寬感知同儕式3D串流★ 無線感測網路旋轉指向天線定位法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 多人線上遊戲(Massive Multi-player Online Games, MMOGs)已經成為網際網路中最熱門的應用之一。本實驗室先前的研究中,提出一種基於P2P環境的多人線上遊戲的分散式浸入式語音交談(Distributed Immersive Voice Communication, DIVC)技術。而DIVC研究觀察出人類在交談的模式底下,一個人只會專注傾聽某一比較在意的聲音,而會忽略掉其他比較不在意的聲音。基於此觀察,DIVC被設計成為一個考慮頻寬限制和傳輸延遲的分散式語音傳輸系統,具有很高的實用價值。
  本論文將DIVC的技術構想實作在本實驗室另一研究成果VAST之上。 VAST為P2P網路架構的資料傳送技術,我們運用VAST架構建立語音傳輸功能並且使用適應式k-ary樹演算法依據各使用者的頻寬不同來轉傳語音資料。聲音部份採用DirectX中的Direct Sound套件來實現。最後我們實現一個多人線上遊戲的雛型  虛擬導覽系統,讓使用者間可進行語音通訊,我們也加入浸入式的設計,讓聲音大小與左右聲道音量隨聲音來源的位置改變。此外,在語音通話時系統能判斷聲音音量大小,在原始聲音音量超過某臨界值時才會送出聲音資料以降低頻寬的使用。
我們使用科技接受模型(Technology Acceptance Model, TAM)來評估我們的系統。TAM目的為提出一般化理論,以解釋並預測科技使用之影響。經過實際使用及調查訪談結果分析,使用者認為系統中加入浸入式語音可快速完成導覽及方便溝通,有82%的使用者對於本系統相當滿意。
摘要(英) The massively multi-player online game (MMOG) has been one of the popular Internet applications. One previous study proposed MMOG distributed immersive voice communication (DIVC) system in the P2P environment. The study observed that a human in conversation only focuses on a particular sound and ignores the other sounds. Based on the observation, the study considers a distributed voice transmission technology with bandwidth limitation and propagation delay constraint to design DIVC to have good performances, as shown in experimental results.
In this thesis, we implement DIVC based on VAST, which is a data transmission technology for the P2P network architecture. We use VAST to establish a voice transmission system, and use the adaptive k-ary tree algorithm based on the bandwidth of each user to forward voice data. We use Direct Sound package to implement the prototype of DIVC as a virtual tour system. We also improve the immersion aspect of DIVC by adjusting voice volume according to the distance and the left-right relationship of the speaker and the listener. Furthermore, we also add a mechanism to send voice data packet only when the volume of a source voice is larger than a threshold value to reduce bandwidth consumption.
We use the technology acceptance model (TAM) to evaluate our implementation. TAM is a general model to explain and predict the impact of the use of a technology. The TAM analysis results show that users think DIVC is helpful and that 82% of users think our system is very easy to use.
關鍵字(中) ★ 同儕網路
★ 浸入式語音交談
★ 巨量多人線上遊戲
★ 科技接受模型
關鍵字(英) ★ Peer-to-Peer
★ Immersive Voice Communication
★ MMOGs
★ Technology Acceptance Model
論文目次 中文摘要 i
Abstract ii
目  錄 iv
圖  目  錄 v
表  目  錄 vi
一、 緒論 1
二、 相關研究 6
2.1 同儕式網路虛擬環境 6
2.2 網路語音資料傳遞 8
2.3 語音功能 10
2.4 科技接受模型 11
三、 系統設計與實作 14
3.1 系統架構 14
3.2 系統細節說明 16
3.2.1 建構 P2P VAST模擬環境 16
3.2.2 語音功能 19
3.2.3 AK-Tree之傳播 25
3.3 實驗流程 26
四、 實驗結果 28
4.1 實驗環境設置 28
4.2 研究概念與架構 28
4.2.1 研究假說 29
4.3 問卷分析 30
4.3.1 認知意圖量表 30
4.4 研究假說檢定 35
五、 結論與未來工作 37
參考文獻 39
附錄一 41
參考文獻 [1] World of warcraft, http://us.battle.net/wow/en/.
[2] Teamspeak, http://www.goteamspeak.com/.
[3] Ventrilo, http://www.ventrilo.com/.
[4] Skype, http://www.skype.com/.
[5] Frank Dabek, Russ Cox, Frans Kaashoek, and Robert Morris, “Vivaldi: A Decentralized Network Coordinate System,” SIGCOMM, August 2004.
[7] Kai Chen and Klara Nahrstedt, “Effective Location-Guided Tree Construction Algorithms for Small Group Multicast in MANET,” IEEE INFOCOM, June 2002.
[8] Shun-Yun Hu, Chuan Wu, Eliya Buyukkaya, Chien-Hao Chien, Tzu-Hao Lin, Maha Abdallah, and Jehn-Ruey Jiang, “VAST: A Spatial Publish Subscribe Overlay for Massively Multiuser Virtual Environments,” VAST Technical Report, March 2010.
[9] Shun-Yun Hu, Jui-Fa Chen and Tsu-Han Chen, “VON: A Scalable Peer-to-Peer Network for Virtual Environments,” IEEE Network, July – August 2006.
[10] DirectX, http://msdn.microsoft.com/en-us/library/windows/desktop/.
[11] R. L. Wegel and C. E. Lane, “The Auditory Masking of One Sound by Another and Its Probable Relation to The Dynamics of The Inner Ear,” The American Physical Society, July – December 1924.
[12] Tonio Triebel, Benjamin Guithier, Thomas Plotkowiak, Wolfgang Effelsberg, “Peer-to-peer Voice Communication for Massively Multiplayer Online Games,” IEEE Consumer Communication and Networking Conference (CCNC), January 2009.
[13] Jehn-Ruey Jiang and Hung-Shiang Chen, “Peer-to-Peer AOI Voice Chatting for Massively Multiplayer Online Games,” IEEE Transactions on Parallel and Distributed Systems, December 2007.
[14] Chi-Wen Fann, Jehn-Ruey Jiang and Jih-Wei Wu, “Peer-to-Peer Immersive Voice Communication for Massively Multiplayer Online Games,” Peer-to-Peer Networked Virtual Environments, December 2011.
[15] I.T. Union. ITU-T Recommendation P.59, Artificial conversational speech, 1993.
[16] Fred D. Davis, Richard P. Bagozzi and Paul R. Warshaw, “User Acceptance of Computer Technology:A Comparison of Two Theoretical Models,” Management Science, August 1989.
[17] Fishbein M. and I. Ajzen, “Belief, Attitude, Intention, and Behavior: An Introduction to Theory and Research,” Reading, MA: Addison-Wesley, 1975.
[18] Viswanath Venkatesh, Michael G. Morris, Gordon B. Davis and Fred D. Davis, “User acceptance of information technology: Toward a unified view,” MIS quarterly, September 2003.
[19] Source Code, http://acnlab.csie.ncu.edu.tw/CSharpVAST.rar
指導教授 江振瑞(Jehn-Ruey Jiang) 審核日期 2012-10-22
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明