home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1997 #8 / K-CD_1997-08.iso / Mumi / MOOMDM95.INI < prev    next >
INI File  |  1996-09-05  |  9KB  |  230 lines

  1.  
  2. [Memory]
  3. ExtraMemory=400
  4. ; Amount of kBytes over and above physical memory for use by a projector.
  5.  
  6. [Graphics]
  7. Wing=1
  8.  
  9. [Palette]
  10. ;Animation=1
  11.  
  12. [Sound]
  13. ; Settings in the [Sound] section apply to all sound cards.
  14.  
  15. SpoolBufferAlloc=1 
  16. ; When to allocate spool buffers
  17. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  18. ; 1 means allocate spool once at startup and keep for entire session.
  19.  
  20. LowSpoolBufferMs=2500
  21. ; Length of one 8bit spool buffer, in milliseconds.
  22.  
  23. HighSpoolBufferMs=2500
  24. ; Length of one 16-bit spool buffer, in milliseconds.
  25.  
  26. SpoolBufferCount=2
  27. ; Number of spool buffers to use. Must range from 2 to 10.
  28.  
  29. MixMaxChannels=4
  30. ; Maximum number of channels supported by the sound mixer. The actual
  31. ; number you can mix depends on the processing power of your computer.
  32. ; Must range from 1 to 8.
  33.  
  34. ;MixWaveDevice=0 
  35. ; DeviceID of waveOut device to use for playing.
  36. ; Must range from 0 to (# of devices - 1).
  37.  
  38.  
  39. [Low Mono Default Sound]
  40. ; Settings in the [Low Mono Default Sound] section apply when the target
  41. ; output format is 22K, 8-bit, mono.  The target output format depends
  42. ; on the capabilities of the sound card as well as the setting of
  43. ; MixMaxFidelity.   These settings are used when the installed sound card
  44. ; is not known to Director and is not specified explictly in the
  45. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  46. ; Override sections will override these values for specific sound cards,
  47. ; or for all sound cards, respectively.
  48.  
  49. ;MixBufferMs=200
  50. ; Length of each mixing buffer, in milliseconds.
  51.  
  52. ;MixBufferBytes=0
  53. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  54. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  55. ; bytes rather than milliseconds.
  56.  
  57. ;MixBufferCount=4
  58. ; Number of mixing buffers to use. Must range from 2 to 16.
  59.  
  60. ;MixServiceMode=0
  61. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  62. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  63. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  64. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  65. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  66. ;         this mode is set, it is best to use MixBufferBytes to specify a
  67. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  68. ;         supported by all sound cards.
  69.  
  70. ;MixIntPeriodMs=200
  71. ; 200 default Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  72.  
  73. ;MixIntResolutionMs=50
  74. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  75.  
  76.  
  77. [Low Default Sound]
  78. ; Settings in the [Low Default Sound] section apply when the target
  79. ; output format is 22K, 8-bit, stereo.  The target output format depends
  80. ; on the capabilities of the sound card as well as the setting of
  81. ; MixMaxFidelity.   These settings are used when the installed sound card
  82. ; is not known to Director and is not specified explictly in the
  83. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  84. ; Override sections will override these values for specific sound cards,
  85. ; or for all sound cards, respectively.
  86.  
  87. ;MixBufferMs=200
  88. ;MixBufferBytes=0
  89. ;MixBufferCount=4
  90. ;MixServiceMode=0
  91. ;MixIntPeriodMs=200
  92. ;MixIntResolutionMs=50
  93.  
  94.  
  95. [High Default Sound]
  96. ; Settings in the [High Default Sound] section apply when the target
  97. ; output format is 44K, 16-bit, stereo.  The target output format depends
  98. ; on the capabilities of the sound card as well as the setting of
  99. ; MixMaxFidelity.   These settings are used when the installed sound card
  100. ; is not known to Director and is not specified explictly in the
  101. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  102. ; Override sections will override these values for specific sound cards,
  103. ; or for all sound cards, respectively.
  104. ;MixBufferMs=200
  105. ;MixBufferBytes=0
  106. ;MixBufferCount=4
  107. ;MixServiceMode=0
  108. ;MixIntPeriodMs=200
  109. ;MixIntResolutionMs=50
  110.  
  111.  
  112.  
  113. ; Sound Card-Specific Settings -----------------------------------------
  114.  
  115. ;[Low Mono <SoundCardName>]
  116. ; Settings in this section apply when the target output format is
  117. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  118. ; output format depends on the capabilities of the sound card, as well
  119. ; as the setting of MixMaxFidelity.  You can have any number of these 
  120. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  121. ; with the actual name of the sound card you want to set defaults for.  
  122. ; To find the name of your card, launch the Sound Mapper application, 
  123. ; and look in the Playback field.  Director maintains a built-in table
  124. ; of settings for many popular sound cards.  Settings in this section take 
  125. ; precedence over Director's built-in settings.
  126. ;MixBufferMs=200
  127. ;MixBufferCount=4
  128. ;MixBufferBytes=0
  129. ;MixServiceMode=0
  130. ;MixIntPeriodMs=200
  131. ;MixIntResolutionMs=50
  132.  
  133.  
  134. [Low <SoundCardName>]
  135. ; Settings in this section apply when the target output format is
  136. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  137. ; output format depends on the capabilities of the sound card, as well
  138. ; as the setting of MixMaxFidelity.  You can have any number of these 
  139. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  140. ; with the actual name of the sound card you want to set defaults for.  
  141. ; To find the name of your card, launch the Sound Mapper application, 
  142. ; and look in the Playback field.  Director maintains a built-in table
  143. ; of settings for many popular sound cards.  Settings in this section take 
  144. ; precedence over Director's built-in settings.
  145. ;MixBufferMs=200
  146. ;MixBufferCount=4
  147. ;MixBufferBytes=0
  148. ;MixServiceMode=0
  149. ;MixIntPeriodMs=200
  150. ;MixIntResolutionMs=50
  151.  
  152.  
  153. ;[High <SoundCardName>]
  154. ; Settings in this section apply when the target output format is
  155. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  156. ; output format depends on the capabilities of the sound card, as well
  157. ; as the setting of MixMaxFidelity.  You can have any number of these 
  158. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  159. ; with the actual name of the sound card you want to set defaults for.  
  160. ; To find the name of your card, launch the Sound Mapper application, 
  161. ; and look in the Playback field.  Director maintains a built-in table
  162. ; of settings for many popular sound cards.  Settings in this section take 
  163. ; precedence over Director's built-in settings.
  164. ;MixBufferMs=200
  165. ;MixBufferBytes=0
  166. ;MixBufferCount=4
  167. ;MixServiceMode=0
  168. ;MixIntPeriodMs=200
  169. ;MixIntResolutionMs=50
  170.  
  171.  
  172.  
  173. ; Sound Override Settings ----------------------------------------------
  174.  
  175. [Low Mono Override]
  176. ; Settings in the [Low Mono Override] apply when the target ouput format
  177. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  178. ; of the sound card, as well as the setting of MixMaxFidelity.
  179. ; These settings will override Director's internal settings, any defaults
  180. ; specified in the Default Sound sections, as well as settings for specific 
  181. ; cards.  Change these settings only if you want to force Director to use
  182. ; certain values regardless of the sound card installed in the computer.
  183. ; It is not recommended that you modify these settings for movies which
  184. ; you are going to distribute, as they will override Director's internal
  185. ; settings which are already optimized for various sound cards.
  186. ;MixBufferMs=200
  187. ;MixBufferBytes=0
  188. ;MixBufferCount=4
  189. ;MixServiceMode=0
  190. ;MixIntPeriodMs=200
  191. ;MixIntResolutionMs=50
  192.  
  193. [Low Override]
  194. ; Settings in the [Low Override] apply when the target ouput format
  195. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  196. ; of the sound card, as well as the setting of MixMaxFidelity.
  197. ; These settings will override Director's internal settings, any defaults
  198. ; specified in the Default Sound sections, as well as settings for specific 
  199. ; cards.  Change these settings only if you want to force Director to use
  200. ; certain values regardless of the sound card installed in the computer.
  201. ; It is not recommended that you modify these settings for movies which
  202. ; you are going to distribute, as they will override Director's internal
  203. ; settings which are already optimized for various sound cards.
  204. ;MixBufferMs=200
  205. ;MixBufferBytes=0
  206. ;MixBufferCount=4
  207. ;MixServiceMode=0
  208. ;MixIntPeriodMs=200
  209. ;MixIntResolutionMs=50
  210.  
  211.  
  212. [High Override]
  213. ; Settings in the [High Override] apply when the target ouput format
  214. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  215. ; of the sound card, as well as the setting of MixMaxFidelity.
  216. ; These settings will override Director's internal settings, any defaults
  217. ; specified in the Default Sound sections, as well as settings for specific 
  218. ; cards.  Change these settings only if you want to force Director to use
  219. ; certain values regardless of the sound card installed in the computer.
  220. ; It is not recommended that you modify these settings for movies which
  221. ; you are going to distribute, as they will override Director's internal
  222. ; settings which are already optimized for various sound cards.
  223. ;MixBufferMs=200
  224. ;MixBufferBytes=0
  225. ;MixBufferCount=4
  226. ;MixServiceMode=0
  227. ;MixIntPeriodMs=200
  228. ;MixIntResolutionMs=50
  229.  
  230.