Voice

From Second Life Wiki
Revision as of 16:48, 15 August 2007 by Rob Linden (talk | contribs) (More pruning, link to FAQ)
Jump to navigation Jump to search

Voice is a feature that made its debut on its own grid and beta viewer in March of 2007[1].

Frequently Asked Questions

There's an exhaustive Voice FAQ which provides answers to many questions about the new voice feature.

Groups

The Voice Mentors group and Voice in SL: A Community Forum are advocacy and help groups for users having problems adjusting to the new system.

Technical

Voice in Second Life uses Vivox technology that is based on RTP (using the oRTP library), SIP (using the amsip library from Antisip), OpenAL, TinyXPath, OpenSSL, and libcurl for the transmission of voice data. The positional 3D audio is achieved with technology from DiamondWare. These technologies are contained in external daemon software that is started and stopped by the Second Life client.

  • SLVoice
    • Imports vivoxsdk
    • Launched when voice is enabled in SL
  • SLVoiceAgent
    • Actually called the DiamondWare Thin Voice Client
    • Unclear how this fits in the communication chain
  • vivoxsdk
    • Imports OpenAL, oRTP
    • Contains all the communications code including a full SIP implementation