home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: The Developer …nd Blaster Series Disk 1 / Lowe_TheDeveloperKitForSoundBlasterSeriesDisk1.img / README.TXT < prev   
Encoding:
Text File  |  1991-12-14  |  4.7 KB  |  124 lines

  1. This file contains important and latest information of Developer 
  2. Kit for Sound Blaster Series.
  3.  
  4.  
  5. 1.  Disk Organization
  6.  
  7. Developer Kit for Sound Blaster Series (SBK) diskettes are 
  8. organized into the following subdirectories:
  9.  
  10.      \DRIVER     :  contains various drivers 
  11.      \C          :  include files, libraries and example programs 
  12.                     for Microsoft C and Turbo C      
  13.      \BASIC      :  include files, libraries, quick libraries and 
  14.                     example programs for QuickBasic and Basic PDS 
  15.                     7.1
  16.      \TPASCAL    :  include  files, Turbo Pascal Unit  (TPU)  and 
  17.                     example programs for Turbo Pascal 6
  18.  
  19. In the subdirectory \C, files are further organized into 
  20. subdirectories as follow:
  21.  
  22.      \INCLUDE    :  include files for Microsoft C and Turbo C
  23.      \LIB        :  libraries for Microsoft C and Turbo C
  24.      \MSC        :  example programs for Microsoft C
  25.      \TC         :  example programs for Turbo C
  26.  
  27. The C example programs are organized into subdirectories under 
  28. \MSC and \TC as follow:  
  29.  
  30.      \CDAUDIO    :  example for CD audio 
  31.      \EFFECT     :  example for fade and pan effect
  32.      \GENERAL    :  general examples
  33.      \INCLUDE    :  loaddrv.c include file
  34.      \MIDI       :  examples for MIDI I/O
  35.      \MUSIC      :  examples for FM music
  36.      \SPEECH     :  examples for Text-to-Speech
  37.      \VOICE      :  examples for voice I/O
  38.  
  39. In the subdirectory \BASIC, files are further organized into 
  40. subdirectories as follow:
  41.  
  42.      \CDAUDIO    :  example for CD audio 
  43.      \EFFECT     :  example for fade and pan effect
  44.      \GENERAL    :  general examples
  45.      \INCLUDE    :  include files
  46.      \LIB        :  libraries and quick Libraries
  47.      \MIDI       :  examples for MIDI I/O
  48.      \MUSIC      :  examples for FM music
  49.      \SPEECH     :  examples for Text-to-Speech
  50.      \VOICE      :  examples for voice I/O
  51.  
  52. In  the subdirectory \TPASCAL, files are further  organized  into 
  53. subdirectories as follow:
  54.  
  55.      \CDAUDIO    :  example for CD audio 
  56.      \EFFECT     :  example for fade and pan effect
  57.      \GENERAL    :  general examples
  58.      \MIDI       :  examples for MIDI I/O
  59.      \MUSIC      :  examples for FM music
  60.      \SPEECH     :  examples for Text-to-Speech
  61.      \VOICE      :  examples for voice I/O
  62.      \UNIT       :  include files and TPU
  63.  
  64. For the two BASIC languages, if you are compiled within the 
  65. integrated environment, you have to use QBSBC.QLB and QB7SBC.QLB 
  66. for QuickBasic and Basic PDS 7.1 respectively. If you are 
  67. compiled and linked from the DOS command line, the libraries to 
  68. be used are then QBSBC.LIB and QB7SBC.LIB respectively.
  69.  
  70. The voice and music files, DEMO.VOC, DEMO1.VOC and FFARES.CMF 
  71. used in the  Basic, C and Turbo Pascal example programs are 
  72. located in the root directory.
  73.  
  74.  
  75.  
  76. 2.  Drivers
  77.  
  78. Developer Kit for Sound Blaster Series covers the whole series of 
  79. Sound Blaster audio cards' programming. Each of the card has it 
  80. respective  drivers. These drivers are located in the \DRIVER 
  81. directory and distinguished by the file name and extension. They 
  82. are included in the SBK distribution disks for your  development. 
  83. You do not have to include them with you product. We will 
  84. distribute the drivers to our users through our large distribution 
  85. network.  
  86.  
  87. The drivers in the \DRIVER directory are not the actual name used. 
  88. You have to copy them to their target path and name before you can
  89. use them. Remember to use the correct drivers for the respective 
  90. card. 
  91.  
  92.  
  93. Table below shows the cards' drivers and their target path and 
  94. name:
  95.  
  96.    Cards       Drivers        Target Path and Name
  97.    -----       -------        --------------------
  98. 1. SB          SB15.CTV       \SB\DRV\CT-VOICE.DRV
  99.                SB15.CTD       \SB\DRV\CTVDSK.DRV
  100.                SB15.SFM       \SB\SBFMDRV.COM
  101.                SB15.AUX       \SB\DRV\AUXDRV.DRV
  102.  
  103. 2. SBMCV       SB15.CTV       \SB\DRV\CT-VOICE.DRV
  104.                SB15.CTD       \SB\DRV\CTVDSK.DRV
  105.                SB15.SFM       \SB\SBFMDRV.COM
  106.                SB15.AUX       \SB\DRV\AUXDRV.DRV
  107.  
  108. 3. SB20        SB20.CTV       \SB\DRV\CT-VOICE.DRV
  109.                SB20.CTD       \SB\DRV\CTVDSK.DRV
  110.                SB15.SFM       \SB\SBFMDRV.COM
  111.                SB15.AUX       \SB\DRV\AUXDRV.DRV               
  112.  
  113. 4. SBPRO       SBPRO.CTV      \SBPRO\DRV\CT-VOICE.DRV
  114.                SBPRO.CTD      \SBPRO\DRV\CTVDSK.DRV
  115.                SBPRO.SFM      \SBPRO\SBFMDRV.COM
  116.                SBPRO.AUX      \SBPRO\DRV\AUXDRV.DRV
  117.  
  118.  
  119. All the Sound Blaster audio cards are using the same Text-to-
  120. Speech SBTALKER.EXE driver found on the \DRIVER directory.
  121.  
  122.  
  123.              ************ End of README.TXT ************
  124.