home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK2 / MULTI_12 / SPKRWA.ZIP / SPKRWAV.DOC < prev   
Text File  |  1993-01-08  |  7KB  |  195 lines

  1.  
  2.  
  3.        ╔═════                   ║
  4.        ║                        ║
  5.        ║                        ║  ║
  6.        ╚═══╗   ╔══╗  ╔══╗ ═══╗  ║ ╔╝ ╔══╗ ║╔══
  7.            ║   ║  ║  ╠══╝ ╔══╣  ╠═╣  ╠══╝ ╠╝
  8.            ║   ║  ║  ║    ║  ║  ║ ╚╗ ║    ║
  9.       ═════╝   ╠══╝  ╚═══ ╚══╩═ ║  ║ ╚═══ ║
  10.                ║
  11.                ║
  12.                             ║   ║
  13.                             ║   ║
  14.     (c) 1992, 1993          ║   ║
  15.     HoopsWare               ║   ║ ═══╗   ║  ║ ╔══╗
  16.     P.O. Box 3079, Dept PW  ║ ║ ║ ╔══╣   ║  ║ ╠══╝
  17.     Sparks, NV  89432-3079  ║ ║ ║ ║  ║   ╚╗╔╝ ║
  18.                             ╚═╩═╝ ╚══╩══  ╚╝  ╚═══
  19.  
  20.  
  21. PROGRAM INSTRUCTIONS:
  22.  
  23. Plays MicroSoft's .WAV format sound files through the PC speaker.  This
  24. program will function well on 8086s up to 486s.
  25.  
  26.            PLAYWAV.EXE Copyright (c) 1992, 1993 by HoopsWare.
  27.                           All Rights Reserved.
  28.                 Written by Mike Wishart and Derry Bryson.
  29.  
  30. PLAYWAV [-VNNN] [-SNNNN] [-K] [-BNNNNN] [-RNNN] <Wave File>
  31. The wave file name must always be last, but optional parameter order is
  32. not important.
  33.  
  34. PARAMETER EXPLAINATION
  35. [-Volume] - Optional:
  36.    The volume, also affect distortion, can be a value from
  37.    1 to 500.  The default is 10.  Example "-V70"
  38. [-Speed] - Optional:
  39.    The speed affects the rate at which the file plays.
  40.    The default is calibrated to the machine.  But, you may specify
  41.    a different value between 1 and 1200.  Beware, specifying this
  42.    value may advance or slow your DOS clock (don't worry, not your
  43.    CMOS clock).  Example "-S100"
  44. [-K] - Optional:
  45.    Disables the check for a keyboard character to stop playing.
  46.    This may improve sound quality, in addition to forcing the
  47.    user to listen to the whole file.  Example "-K"
  48. [-Buffer] - Optional:
  49.    Defines the sound buffer size in bytes.  Can be a value from 256 to 32255.
  50.    The default is 2048.  This may also affect sound quality.  If the
  51.    file is being read from on a slow machine or slow device, increasing
  52.    the buffer size may improve the quality by forcing more or all of the file
  53.    to be played from RAM.  However, consider that if your file is
  54.    very large, a large buffer may cause noticable delays between reads
  55.    from the file.  Multiples of 512 should provide the best performance
  56.    for large files.  Example "-B4096"
  57. [-Repeat] - Optional:
  58.    Instructs the program to repeat the playback of the wave file a
  59.    specified number of times.  Example "-R3"
  60. <Wave File> - Required:
  61.    Microsoft Wave sound file name. Example "F-HELLO.WAV"
  62.  
  63.  
  64. This program is intended to be a batch file utility or EXECED from
  65. other programs.  It also demonstrates the functionality of the sound
  66. routine and source code you will receive if you register!  -- Read on
  67. for how you can register and receive the complete source code for
  68. use in your own programs!!!
  69.  
  70. This program requires the entire CPU's attention.  Therefore, using it
  71. in a "DOS BOX" in windows or in any other potential multi-tasking
  72. situation may result in NOISE.  Also, there is a wide variety of PC
  73. speaker hardware.  The optimal configuration is the standard 2" dynamic
  74. speaker.  Some computers are equipped with a nifty piezo speaker the
  75. size of a gumball.  These don't work too well.  They're typically found
  76. in notebooks and laptop computers.  But, you won't really know how good
  77. it will sound unless you just try it.  The DEMO batch file will help.
  78.  
  79. So please, dive in and enjoy the fun of legally sharing good software
  80. with your friends and associates.  But also be aware of the following
  81. restrictions, designed to protect the community of User Supported
  82. software users and authors, and to prevent greedy people from taking
  83. unfair advantage of the trust, hard work, and good will of User
  84. Supported software authors:
  85.  
  86. 1.  No price or consideration may be charged. However, a distribution
  87.     cost may be charged for the cost of the diskettes, shipping, and
  88.     handling, not to exceed $15.00 total.
  89.  
  90. 2.  The files and programs on the disks may not be modified, deleted,
  91.     nor added to.
  92.  
  93. 3.  The programs cannot be sold as part of some other more inclusive
  94.     package.
  95.  
  96. 4.  The programs cannot be "rented" or "leased" to others.
  97.  
  98. 5.  The Author retains all rights to the Speaker Wave programs.
  99.  
  100. 6.  The programs cannot be used commercially without registration.
  101.  
  102. SOURCE
  103. To receive the source code to PLAYWAV.EXE and more, simply send in the
  104. registration form on the next page with a check or money order for
  105. $20.00.  This exact form is not necessary.
  106.  
  107. INDEMNITY & DISCLAIMER
  108. HoopsWare makes no representation or warranty that any of HoopsWare
  109. software is fit for any particular purpose and any implied warranty of
  110. merchantability is expressly and specifically disclaimed.  Furthermore,
  111. HoopsWare is fully indemnified from any losses, unfortunate consequences,
  112. failures or inadequacies resulting in the direct or, indirect application
  113. or, misapplication of its software.
  114.  
  115.  
  116. REGISTRATION:
  117.                       Speaker Wave v1 Registration Form
  118.  
  119.  
  120.      Name:          ______________________________________
  121.  
  122.      Address:       ______________________________________
  123.  
  124.                     ______________________________________
  125.  
  126.      City:          ______________________________________
  127.  
  128.      State:         __________________________ Zip: ______
  129.  
  130.      Telephone:     ______________________________________
  131.  
  132.      Programming Languages Used: _________________________
  133.  
  134.                     ______________________________________
  135.  
  136.      Item                                                    Total
  137.      --------------------------------------------------------------
  138.                                                          |
  139.      Speaker Wave Registration                           |
  140.      includes C Source Code  ($20)_______________________|_________
  141.      --------------------------------------------------------------
  142.                                                          |
  143.      Total Enclosed:                                     |_________
  144.  
  145.  
  146.      Preferred Disk Size:  3.5" ____  5.25" ____
  147.  
  148.  
  149.      Mail Completed Form and Check or Money Order to:
  150.  
  151.                      HoopsWare
  152.                      P.O. Box 3079, Dept PW
  153.                      Sparks, NV  89432-3079
  154.  
  155.      Comments Suggestions, etc:
  156.  
  157.      ______________________________________________________________
  158.  
  159.      ______________________________________________________________
  160.  
  161.      ______________________________________________________________
  162.  
  163.      ______________________________________________________________
  164.  
  165.      ______________________________________________________________
  166.  
  167.      ______________________________________________________________
  168.  
  169.      ______________________________________________________________
  170.  
  171.      ______________________________________________________________
  172.  
  173.      ______________________________________________________________
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190. *******************************************************************************
  191.  
  192.              CDV - Software * Ettlingerstr. 5 * 7500 Karlsruhe 1
  193.  
  194.                Tel 0721-22294 * Fax 0721-21314  * Btx *CDV#
  195.