home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / DSSHOW3D / README.TXT < prev    next >
Text File  |  1996-08-28  |  2KB  |  50 lines

  1. DSShow3D -- DirectSound3D Sample
  2. ================================
  3.  
  4.  
  5. THIS SAMPLE IS STILL UNDER DEVELOPMENT, PLEASE SEE THE "KNOWN ISSUES" SECTION
  6.  
  7. This program is an improved version of the DirectSound Show (DSSHOW) sample
  8. that shipped in previous DirectX SDKs.  It features a more compact interface,
  9. support for 3D sounds and new buffer options, the ability to open countless
  10. sounds (i.e. more than 8, which was dsshow's limit), and a new UI that takes
  11. advantage of your entire desktop for placing (or minimizing) windows.
  12.  
  13. Here are some things to try:
  14.  
  15. * Right click on a volume, frequency, or pan control to select some common
  16.   settings.
  17.  
  18. * Frequency control will use the full range reported by IDirectSound::GetCaps()
  19.  
  20. * Open a bunch of files :)
  21.  
  22. * Try using the various focus settings in the File|Open Box
  23.  
  24.  
  25.  
  26. KNOWN ISSUES:
  27. -------------
  28. * No text controls for 3D position
  29.  
  30. * Hopefully the client window will get a Direct3D visual representation of the
  31.   sound world you're playing with, but this isn't certain
  32.  
  33. * Windows all open at the same position -- there will be a cascade option, and
  34.   new windows will cascade by default
  35.  
  36. * 3D functionality not complete for buffer controls -- missing cone orientation,
  37.   min distance, max distance
  38.  
  39. * 3D Listener controls not present -- on the way
  40.  
  41. * Can't move progress indicator yet
  42.  
  43. * Doesn't stream large files automagically (yet)
  44.  
  45. * Progress updating is kind of rough (perhaps not frequent enough)
  46.  
  47. * Setting frequency to 0 Hz by quickly dragging doesn't behave properly
  48.  
  49. * App may not properly respond to user log off while running
  50.