home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / sndtools / dafort20 / readme.doc < prev    next >
Text File  |  1994-01-05  |  8KB  |  213 lines

  1.         Welcome to Digital Audio Fortune version 2.0 1/22/94
  2.  
  3.      Digital Audio Fortune 2.0 is a fortune cookie program with a
  4.      twist.  Unlike most fortune cookie programs that print cute
  5.      messages or a quote, Digital Audio Fortune 2.0 plays a
  6.      randomly selected digital audio file from a user's defined
  7.      list. 
  8.  
  9.      This README file contains important, last minute information.
  10.      If you have a printer, please print out and read the
  11.      documentation file DAFORT.DOC.
  12.  
  13.      This program has been tested on the following:
  14.  
  15.           - a 33MH 486 running DOS 6.0 with a Sound Blaster 16.
  16.           - a 25MH 386DX running MSDOS 3.3 with an AdLib.
  17.           - a 16MH 386SX running MSDOS 3.3 and PCDOS 2.1 with a
  18.             Sound Blaster 1.5 and a Disney Sound Source
  19.  
  20.      We suggest you load this program to your hard disk.  Digital
  21.      Audio files can get very large, and loading them (and this
  22.      program) to your hard disk will improve performance.  Floppy
  23.      disks do not have the throughput to sustain the 11,000 bytes
  24.      per second transfer rates required. 
  25.  
  26.      This version adds support for Sun/Next's .AU format files.
  27.      Support was also added for TAG SOFTWARE's compressed sound
  28.      file format (.DAS).
  29.  
  30.      This version fixes a bug in the Sound Blaster auto-detection.
  31.      The routine that determined what IRQ the Sound Blaster used
  32.      could be fooled by a communication program or mouse on COMM2
  33.      (IRQ 3).
  34.  
  35.      This version supports digital sounds on the AdLib.  While the
  36.      AdLib does not directly support digital sounds (like the Sound
  37.      Blaster), creditable reproduction of digital sounds can be
  38.      accomplished using a modulated FM voice.
  39.  
  40.      This version supports digital sounds on the Disney Sound
  41.      Source.  While the Sound Source is only rated to play sampling
  42.      rates up to 7000 Hz, this program will drive it up to 44100 Hz.
  43.  
  44.      Both the AdLib and Sound Source support use the system tick
  45.      timer to provide the precise timing required for these
  46.      devices.  Disk access distorts the sound.  We will work on the
  47.      problem.
  48.  
  49.      Bob Chrisp has reported that DAFORT can be used to provide
  50.      random external digital alarms for TELEMATE 4.0 (an excellent
  51.      Shareware communications package from White River Software).
  52.      For more information on how to use DAFORT with TELEMATE, see
  53.      the file DAFALARM.DOC
  54.  
  55.      We are extremely interested in your constructive comments
  56.      and suggestions.  Feedback from users, even negative
  57.      feedback, helps us to improve our products.  We thank
  58.      you for your interest in TAG SOFTWARE products.
  59.  
  60.       Please send your comments or suggestions to :
  61.                          ..........................
  62.                          :                        :
  63.                          :  TAG SOFTWARE          :
  64.                          :  5909 Shepherd Lane    :
  65.                          :  Seabrook, MD 20706    :
  66.                          :........................:
  67.  
  68.       Or we can be reached on The Programmer's Corner BBS
  69.       301-596-7692 or 410-995-6873.
  70.  
  71.      INSTALLATION
  72.  
  73.      EXECUTING DAFORT FROM FLOPPY DISK:
  74.  
  75.      DAFORT should be executable directly from the floppy disk.
  76.      However, we suggest that you make a backup copy using your
  77.      favorite disk duplication program.  We strongly suggest that
  78.      you install DAFORT on your hard disk.  Performance of DAFORT
  79.      is affected by floppy drive throughput. 
  80.  
  81.      1) Insert the floppy disk containing DAFORT into a floppy
  82.         disk drive.  If this drive is the "B" drive then use "B:"
  83.         instead of "A:" in the remaining steps. 
  84.  
  85.      2) For systems with a Sound Blaster or AdLib, at the DOS
  86.         prompt type:
  87.  
  88.           A:
  89.           DAFORT DAFORT.RC
  90.  
  91.         For systems with a Disney Sound Source, at the DOS prompt
  92.         type:
  93.  
  94.           A:
  95.           DAFORT -D DAFORT.RC
  96.  
  97.      3) The program should print:
  98.  
  99.            Digital Audio Fortune version 2.0
  100.            COPYRIGHT (c) 1993 by Allen & Carole Grider
  101.            Shareware version - Continued use requires registration
  102.            Selected: <filename>
  103.  
  104.         You should hear the file being played on your Sound
  105.         Blaster, AdLib, or Disney Sound Source.
  106.  
  107.      Note that we have included 4 very good sound files and set up
  108.      an example selection file (DAFORT.RC).  You will want to
  109.      modify DAFORT.RC to include any digital sound files you may
  110.      have.  If you don't have any, see our catalog (CATALOG.DOC).
  111.      We have a large selection that we can supply at a nominal
  112.      price.  In addition, when you register DAFORT, you get one
  113.      FREE disk from our Digital Audio Series Collection as part of
  114.      your registration bonus.
  115.  
  116.      INSTALLING DAFORT TO HARD DISK:
  117.  
  118.      If you have received your copy of DAFORT 2.0 from a disk
  119.      or rack vendor, they may have included an installation
  120.      program.  If so, then follow the directions supplied therein.
  121.      Otherwise, follow these directions. 
  122.  
  123.      1) Insert the floppy disk containing DAFORT into the
  124.         floppy disk drive.  If this drive is the "B" drive, use
  125.         "B:" instead of "A:" in the remaining steps. 
  126.  
  127.      2) You should create a directory on your hard disk.  We
  128.         suggest DAFORT as its name.  It can be on any of your
  129.         DOS disks.  These procedures assume that you will install
  130.         DAFORT on your C: disk.  If you wish to install it on
  131.         another of your disks, substitute that disk for C: in the
  132.         rest of these steps.  Type the following to create the
  133.         directory.
  134.  
  135.           C:
  136.           CD \
  137.           MKDIR DAFORT  
  138.           CD DAFORT
  139.  
  140.      3) Copy the contents of the floppy disk into the directory
  141.         you just created on your hard disk.
  142.  
  143.           COPY A:*.*
  144.  
  145.      4) Digital Audio Fortune 2.0 is now installed on your hard
  146.         disk.  To complete the installation, print out the DAFORT.DOC
  147.         and REGISTER.DOC files.
  148.  
  149.      5) For systems with a Sound Blaster or AdLib, at the DOS
  150.         prompt type:
  151.  
  152.           DAFORT DAFORT.RC
  153.  
  154.         For systems with a Disney Sound Source, at the DOS prompt
  155.         type:
  156.  
  157.           DAFORT -D DAFORT.RC
  158.  
  159.      6) The program should print:
  160.  
  161.           Digital Audio Fortune version 2.0
  162.           COPYRIGHT (c) 1993 by Allen & Carole Grider
  163.           Shareware version - Continued use requires registration
  164.           Selected: <filename>
  165.  
  166.         You should hear the file being played on your Sound
  167.         Blaster, AdLib, or Disney Sound Source.
  168.  
  169.      Note that we have included 4 very good sound files and set up
  170.      an example selection file (DAFORT.RC).  You will want to
  171.      modify DAFORT.RC to include any digital sound files you may
  172.      have.  If you don't have any, see our catalog (CATALOG.DOC).
  173.      We have a large selection that we can supply at a nominal
  174.      price.  In addition, when you register DAFORT, you get one
  175.      FREE disk from our Digital Audio Series Collection as part of
  176.      your registration bonus. 
  177.  
  178.      QUICK INSTALLATION
  179.  
  180.      1) Copy all the files from the floppy to a directory on your
  181.         hard disk.  Print out the DAFORT.DOC and REGISTER.DOC
  182.         files.  Remember that this program is shareware.  If you continue
  183.         to use it, you are required to register it.
  184.  
  185.      2) Change to the directory that you copied DAFORT to in
  186.         the step above.  Then type:
  187.  
  188.           DAFORT DAFORT.RC
  189.  
  190.     or for a Disney Sound Source
  191.  
  192.           DAFORT -D DAFORT.RC
  193.  
  194.      3) The program should print:
  195.  
  196.            Digital Audio Fortune version 2.0
  197.            COPYRIGHT (c) 1993 by Allen & Carole Grider
  198.            Shareware version - Continued use requires registration
  199.            Selected: <filename>
  200.  
  201.         You should hear the file being played on your Sound
  202.         Blaster, AdLib, or Sound Source.
  203.  
  204.      Note that we have included 4 very good sound files and set up
  205.      an example selection file (DAFORT.RC).  You will want to
  206.      modify DAFORT.RC to include any digital sound files you may
  207.      have.  If you don't have any, see our catalog (CATALOG.DOC).
  208.      We have a large selection that we can supply at a nominal
  209.      price.  In addition, when you register DAFORT, you get one
  210.      FREE disk from our Digital Audio Series Collection as part of
  211.      your registration bonus. 
  212.  
  213.