home *** CD-ROM | disk | FTP | other *** search
/ Chestnut's Multimedia Mania / MM_MANIA.ISO / players / winbeep / read.me < prev    next >
Text File  |  1990-08-10  |  1KB  |  46 lines

  1.     WinBeep.Exe is an incredibly simple-minded program for
  2. expirimenting with a Voice Master under Window 3.0.
  3.  
  4. To Use:  Run the program.  It will load as a blank icon. Click on the
  5. icon.  A menu will appear.  While the menu is showing, click the ICON
  6. (not the menu) with the RIGHT mouse button.  
  7.  
  8.  It'll play a 3-bit "Bleep", and 3-bit "chime", then an 8-bit "bleep"
  9. (taken from the files Bleep.v3s, Chime.v3s, and Bleep.vmf
  10. respectively)
  11.  
  12. (The middle button will close the window)
  13.  
  14.     The rates are all set to "0" to use the default.
  15.     The port is set to "4" for my Voice master II.
  16.  
  17.   If you have the Windows system development kit, you can edit the
  18. winbeep.rc file to substitute different sound files for the three
  19. provided here (which were choosen mainly to keep the .ZIP file
  20. small).
  21.  Change the third column of the line:
  22.     BIT3A    SOUND    bleep.V3S
  23.     BIT3B    SOUND    chime.v3S
  24.     BIT8    SOUND    bleep.vmf
  25.  
  26. to the name of the file you want played.  Then run the Resource
  27. Compiler (RC) on it. (This takes only a few seconds)
  28.  
  29.  From my expriementing, I've gotten some bizzare results. A V3S file of 
  30. Micheal Keaton saying "Thank God it's Friday"  refuses to play back any 
  31. faster than about half speed, regardless of what I set the rate parameter 
  32. of the say3s() function to.  The file of a Bogie quote just made a lot
  33. of sputtering noises, but I can gt it to work fine.
  34.  
  35.  
  36.  
  37.     James Curran
  38.     24 Greendale Road
  39.     Cedar Grove, NJ 07009-1313
  40.  
  41.     CompuServe [72261,655]
  42.  
  43.  
  44.  
  45.  
  46.