* Added the beginnings of VoiceManager to libsecondlife.Utilities

* Added VoiceTest to test VoiceManager. For now you will have to manually run the voice daemon (shipped with Second Life) each time

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1345 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-08-03 07:07:49 +00:00
parent 5aa0e5b6cc
commit fa9b7830a3
10 changed files with 632 additions and 2 deletions

View File

@@ -423,7 +423,7 @@ namespace libsecondlife
SimCaps = null;
}
if (Client.Settings.ENABLE_CAPS) // [TODO] Implement caps
if (Client.Settings.ENABLE_CAPS)
{
// Connect to the new CAPS system
if (!String.IsNullOrEmpty(seedcaps))