home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8vbsdk.exe / samples / multimedia / vbsamples / directplay / voicegroup / readme.txt < prev    next >
Encoding:
Text File  |  2000-09-22  |  880 b   |  30 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VB Voice Group Sample
  4. // 
  5. // Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   VoiceGroup is similar in form to SimpleVoice.  Once a player hosts or connects
  13.   to a session, the players can chat with either other.
  14.   
  15. Path
  16. ====
  17.   Source: Mssdk\Samples\Multimedia\VBSamples\DirectPlay\VoiceGroup
  18.  
  19.   Executable: Mssdk\Samples\Multimedia\VBSamples\DirectPlay\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Refer to User's Guide section of the SimpleVoice sample.
  24.  
  25. Programming Notes
  26. =================
  27.   The Voice differs by letting clients send audio data to all players
  28.   connected to the session, or to specify which group to send to.
  29.   
  30.