home *** CD-ROM | disk | FTP | other *** search
/ Headcandy / HEADCNDY.BIN / headcndy / cdaudio.ini < prev    next >
INI File  |  1995-04-11  |  6KB  |  174 lines

  1. [Memory]
  2. ;ExtraMemory=400
  3. ; Amount of kBytes over and above physical memory for use by a projector.
  4.  
  5. ;SwapFileMeg=0
  6. ; Amount of megabytes of SwapFile space to enable during authoring.
  7. ; Default is to allow swapfile space of up to 1/2 of the available 
  8. ; physical RAM.
  9.  
  10.  
  11.  
  12. [Graphics]
  13. Wing=0
  14. ; 0: Do not use WinG graphics accelerator.
  15. ; 1: Use WinG graphics accelerator software. This requires
  16. ;    certain system files to be installed. Projector size and memory 
  17. ;    usage may increase. See the documentation for details.       
  18.  
  19.  
  20.  
  21.  
  22. [Palette]
  23. Animation=0
  24. ; 1: allows director to take control of the palette for fast palette effects
  25. ;    and transitions.
  26. ; 0: prevents director from taking control of the palette so other apps,
  27. ;    wallpaper etc. look better but palette effects and transitions will
  28. ;    be slower.
  29.  
  30.  
  31.  
  32.  
  33. [Sound]
  34. ; Settings in the [Sound] section apply to all sound cards.
  35.  
  36. SpoolBufferAlloc=1 
  37. ; When to allocate spool buffers
  38. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  39. ; 1 means allocate spool once at startup and keep for entire session.
  40.  
  41. ;LowSpoolBufferMs=2500
  42. ; Length of one 8bit spool buffer, in milliseconds.
  43.  
  44. ;HighSpoolBufferMs=1500
  45. ; Length of one 16-bit spool buffer, in milliseconds.
  46.  
  47. ;SpoolBufferCount=2
  48. ; Number of spool buffers to use. Must range from 2 to 10.
  49.  
  50. ;MixMaxChannels=4
  51. ; Maximum number of channels supported by the sound mixer. The actual
  52. ; number you can mix depends on the processing power of your computer.
  53. ; Must range from 1 to 8.
  54.  
  55. ;MixWaveDevice=0 
  56. ; DeviceID of waveOut device to use for playing.
  57. ; Must range from 0 to (# of devices - 1).
  58.  
  59. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  60. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  61. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  62. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  63. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  64. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  65. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  66. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  67.  
  68. MixMaxFidelity=1
  69. ; Sets a limit on the fidelity of sound output. For best performance,
  70. ; choose the lowest value possible:
  71. ;  0 = 22.05k samples/sec, 8-bit, mono
  72. ;  1 = 22.05k samples/sec, 8-bit, stereo
  73. ;  2 = 44.1k samples/sec, 16-bit, stereo
  74.  
  75.  
  76. [Low Default Sound]
  77. ; Settings in the [Low Default Sound] section apply when playing sounds
  78. ; with data rates up to 8-bit 22kHz stereo, for sound cards which are
  79. ; unknown to Director.
  80.  
  81. ;MixBufferMs=200
  82. ; Length of each mixing buffer, in milliseconds.
  83.  
  84. ;MixBufferCount=4
  85. ; Number of mixing buffers to use. Must range from 2 to 16.
  86.  
  87. ;MixServiceMode=0
  88. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  89. ;         applied from MixIntPeriodMS and MixIntResolutionMs.
  90. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  91. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  92.  
  93. ;MixIntPeriodMs=200
  94. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  95.  
  96. ;MixIntResolutionMs=50
  97. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  98.  
  99.  
  100.  
  101.  
  102. [High Default Sound]
  103. ; Settings in the [High Default Sound] section apply when playing sounds
  104. ; with data rates higher than 8-bit 22kHz setero, for sound cards which
  105. ; are unknown to Director.
  106. ;MixBufferMs=200
  107. ;MixBufferCount=4
  108. ;MixServiceMode=0
  109. ;MixIntPeriodMs=200
  110. ;MixIntResolutionMs=50
  111.  
  112.  
  113.  
  114.  
  115. ;[Low <SoundCardName>]
  116. ; Settings in this section apply when playing sounds with data rates up to
  117. ; 8-bit 22kHz stereo on a particular sound card. You can have any number of
  118. ; these sections. Replace "<SoundCardName>" inside the square brackets with
  119. ; the actual name of the sound card you want to set defaults for. To find
  120. ; the name of your card, launch the Sound Mapper application, and look in
  121. ; the Playback field. Settings in this section take precedence over
  122. ; Director's built in settings.
  123. ;MixBufferMs=200
  124. ;MixBufferCount=4
  125. ;MixServiceMode=0
  126. ;MixIntPeriodMs=200
  127. ;MixIntResolutionMs=50
  128.  
  129.  
  130.  
  131.  
  132.  
  133. ;[High <SoundCardName>]
  134. ; Settings in this section apply when playing sounds with data rates higher
  135. ; than 8-bit 22kHz stereo on a particular sound card. You can have any number
  136. ; of these sections. Replace "<SoundCardName>" inside the square brackets
  137. ; with the actual name of the sound card you want to set defaults for. To
  138. ; find the name of your sound card, launch the Sound Mapper application, and
  139. ; look in the Playback field. Settings in this section take precedence over
  140. ; Director's internal settings.
  141. ;MixBufferMs=200
  142. ;MixBufferCount=4
  143. ;MixServiceMode=0
  144. ;MixIntPeriodMs=200
  145. ;MixIntResolutionMs=50
  146.  
  147.  
  148.  
  149.  
  150. [Low Override]
  151. ; Settings in the [Low Override] apply when playing sounds with data rates
  152. ; up to 8-bit 22kHz stereo. These settings will override Director's internal
  153. ; settings, as well as settings for specific cards.
  154. ;MixBufferMs=200
  155. ;MixBufferCount=4
  156. ;MixServiceMode=0
  157. ;MixIntPeriodMs=200
  158. ;MixIntResolutionMs=50
  159.  
  160.  
  161.  
  162.  
  163. [High Override]
  164. ; Settings in the [High Override] apply when playing sounds with data rates
  165. ; higher than 8-bit 22kHz stereo. These settings will override Director's
  166. ; internal settings, as well as settings for specific cards.
  167. ;MixBufferMs=200
  168. ;MixBufferCount=4
  169. ;MixServiceMode=0
  170. ;MixIntPeriodMs=200
  171. ;MixIntResolutionMs=50
  172.  
  173.