home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / ssdemo.zip / SSTOOLKT / README.TXT next >
Text File  |  1993-07-21  |  1KB  |  45 lines

  1.  
  2.  
  3.  
  4. BocaSoft System Sounds Developer Kit
  5.  
  6.  
  7.  
  8. The following files provide example interfaces to BocaSoft
  9. System Sounds: 
  10.  
  11. ssndmsg.c   - Example C code that allows a PM program to find
  12.               System Sounds and play sounds.  Look in this file
  13.               for comments on index values.
  14.  
  15. ssndmsg.def - Tells the linker this is a PM program.
  16.  
  17. ssndmsg.mak - Makefile for the above code.
  18.  
  19. rexx.cmd    - Demonstrates a REXX program using the named pipe
  20.               interface.
  21.  
  22. os2.cmd     - Demonstrates an OS/2 command file using the named pipe
  23.               interface.
  24.  
  25. dos.cmd     - Demonstrates a DOS command file using the named pipe
  26.               interface.
  27.  
  28. ssnddos.com - A small DOS executable that sends an audio device close
  29.               or open request to System Sounds through the named 
  30.               pipe interface.  You may do this manually by sending
  31.               a -2 for close or -3 for open to the named pipe.
  32.  
  33.               example:  "echo -2 > \pipe\bs_ssnd" - close device
  34.  
  35.               The ssndddos.com program provides the advantage of waiting
  36.               for System Sounds to complete a close or open operation.
  37.  
  38.               WinOS/2 audio users may want to send a close to System
  39.               Sounds before starting a Windows session to avoid audio
  40.               device contention.
  41.  
  42.               example:  "ssnddos 0" - close device
  43.  
  44.  
  45.