home *** CD-ROM | disk | FTP | other *** search
/ PC Open 18 / pcopen18_giallo.iso / Win95 / SDK / DOCS / README / DSOUND.TXT < prev    next >
Encoding:
Text File  |  1997-07-14  |  1.8 KB  |  44 lines

  1. DirectSound 5 Readme File
  2.  
  3.  
  4. 1. New Features in DirectSound 5
  5. ================================
  6.  
  7. - Addition of DirectSoundCapture APIs.  The DirectSoundCapture API
  8.   helps to fill out the existing DirectSound API and allows application
  9.   developers to develop titles using consistent interfaces for both
  10.   audio playback and capture. It also allows titles to be developed 
  11.   today that will benefit from new, improved driver models and API
  12.   implementations in the future.
  13.  
  14. - Playback Notification.  DirectSound now provides an interface for specifing
  15.   positional notification along the playback buffers (this also built into
  16.   the new capture API's).  To use notify on playback buffers, specify the
  17.   Notify flag on buffer creation and then QueryInterface for the new interface.
  18.   Use this interface to specify positional events which are signaled as the
  19.   playback position passes the specified positions. 
  20.  
  21. 2. Feature Enhancements in DirectSound3D
  22. ================================
  23.  
  24. - Hardware Acceleration of 3D buffers.  Now DirectSound applications can 
  25.   take full advantage of audio cards which support 3D localization of
  26.   hardware accelerated DirectSound buffers.
  27.    
  28. - MaxDistanceMute to minimize CPU load.  This new mode has been added to allow
  29.   sounds to be automatically muted once the 3D position has moved beyond the
  30.   buffers specified MaxDistance.  This allows minimal CPU usage for "out of
  31.   range" 3D buffers.
  32.  
  33. - New Speaker Configurations.  Speaker geometry has been added for use with
  34.   the stereo speaker configuration.  This has been added to allow application
  35.   to set the angle of the speakers with respect to the listeners.  This is
  36.   information is useful for some hardware 3D algorithms to improve the quality
  37.   of the 3D effect.
  38.  
  39.  
  40. Thanks!
  41. The DirectSound Team.
  42.  
  43.  
  44.