home *** CD-ROM | disk | FTP | other *** search
/ Toyota Interactive / Toyota_Interactive_Toyota_Motor_Sales_1995.iso / pc / toyota95.ini < prev   
INI File  |  1995-07-11  |  12KB  |  276 lines

  1.  
  2. [Memory]
  3. ;ExtraMemory=400
  4. ; Amount of kBytes over and above physical memory for use by a projector.
  5.  
  6. ;SwapFileMeg=04
  7. ; Amount of megabytes of SwapFile space to enable during authoring.
  8. ; Default is to allow swapfile space of up to 1/2 of the available 
  9. ; physical RAM.
  10.  
  11.  
  12.  
  13. [Graphics]
  14. ;Wing=0
  15. ; 0: Do not use WinG graphics accelerator.
  16. ; 1: Use WinG graphics accelerator software. This requires
  17. ;    certain system files to be installed. Projector size and memory 
  18. ;    usage may increase. See the documentation for details.       
  19.  
  20.  
  21.  
  22. [Palette]
  23. ;Animation=1
  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. ; Global Sound Settings ------------------------------------------------
  33.  
  34. [Sound]
  35. ; Settings in the [Sound] section apply to all sound cards.
  36.  
  37. ;SpoolBufferAlloc=0 
  38. ; When to allocate spool buffers
  39. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  40. ; 1 means allocate spool once at startup and keep for entire session.
  41.  
  42. LowSpoolBufferMs=10000
  43. ; Length of one 8bit spool buffer, in milliseconds.
  44.  
  45. ;HighSpoolBufferMs=1500
  46. ; Length of one 16-bit spool buffer, in milliseconds.
  47.  
  48. ;SpoolBufferCount=2
  49. ; Number of spool buffers to use. Must range from 2 to 10.
  50.  
  51. ;MixMaxChannels=4
  52. ; Maximum number of channels supported by the sound mixer. The actual
  53. ; number you can mix depends on the processing power of your computer.
  54. ; Must range from 1 to 8.
  55.  
  56. ;MixWaveDevice=0 
  57. ; DeviceID of waveOut device to use for playing.
  58. ; Must range from 0 to (# of devices - 1).
  59.  
  60. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  61. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  62. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  63. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  64. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  65. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  66. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  67. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  68.  
  69. ;MixMaxFidelity=99
  70. ; Sets a limit on the fidelity of sound output. For best performance, use
  71. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  72. ; possible of the three fixed sound formats (0, 1, 2):
  73. ;  0  = 22.05k samples/sec, 8-bit, mono
  74. ;  1  = 22.05k samples/sec, 8-bit, stereo
  75. ;  2  = 44.1k samples/sec, 16-bit, stereo
  76. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  77. ;       sounds determines the format for that run.  The format used is the
  78. ;       lowest of the three output formats (0,1,2 above) which is as close
  79. ;       as possible in fidelity to the sound to be played, while still being
  80. ;       supported by the installed sound card. 
  81.  
  82. ; Default Sound Settings -----------------------------------------------
  83.  
  84. [Low Mono Default Sound]
  85. ; Settings in the [Low Mono Default Sound] section apply when the target
  86. ; output format is 22K, 8-bit, mono.  The target output format depends
  87. ; on the capabilities of the sound card as well as the setting of
  88. ; MixMaxFidelity.   These settings are used when the installed sound card
  89. ; is not known to Director and is not specified explictly in the
  90. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  91. ; Override sections will override these values for specific sound cards,
  92. ; or for all sound cards, respectively.
  93.  
  94. ;MixBufferMs=200
  95. ; Length of each mixing buffer, in milliseconds.
  96.  
  97. ;MixBufferBytes=0
  98. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  99. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  100. ; bytes rather than milliseconds.
  101.  
  102. ;MixBufferCount=4
  103. ; Number of mixing buffers to use. Must range from 2 to 16.
  104.  
  105. ;MixServiceMode=0
  106. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  107. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  108. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  109. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  110. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  111. ;         this mode is set, it is best to use MixBufferBytes to specify a
  112. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  113. ;         supported by all sound cards.
  114.  
  115. ;MixIntPeriodMs=200
  116. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  117.  
  118. ;MixIntResolutionMs=50
  119. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  120.  
  121.  
  122. [Low Default Sound]
  123. ; Settings in the [Low Default Sound] section apply when the target
  124. ; output format is 22K, 8-bit, stereo.  The target output format depends
  125. ; on the capabilities of the sound card as well as the setting of
  126. ; MixMaxFidelity.   These settings are used when the installed sound card
  127. ; is not known to Director and is not specified explictly in the
  128. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  129. ; Override sections will override these values for specific sound cards,
  130. ; or for all sound cards, respectively.
  131.  
  132. ;MixBufferMs=200
  133. ;MixBufferBytes=0
  134. ;MixBufferCount=4
  135. ;MixServiceMode=0
  136. ;MixIntPeriodMs=200
  137. ;MixIntResolutionMs=50
  138.  
  139.  
  140. [High Default Sound]
  141. ; Settings in the [High Default Sound] section apply when the target
  142. ; output format is 44K, 16-bit, stereo.  The target output format depends
  143. ; on the capabilities of the sound card as well as the setting of
  144. ; MixMaxFidelity.   These settings are used when the installed sound card
  145. ; is not known to Director and is not specified explictly in the
  146. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  147. ; Override sections will override these values for specific sound cards,
  148. ; or for all sound cards, respectively.
  149. ;MixBufferMs=200
  150. ;MixBufferBytes=0
  151. ;MixBufferCount=4
  152. ;MixServiceMode=0
  153. ;MixIntPeriodMs=200
  154. ;MixIntResolutionMs=50
  155.  
  156.  
  157.  
  158. ; Sound Card-Specific Settings -----------------------------------------
  159.  
  160. ;[Low Mono <SoundCardName>]
  161. ; Settings in this section apply when the target output format is
  162. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  163. ; output format depends on the capabilities of the sound card, as well
  164. ; as the setting of MixMaxFidelity.  You can have any number of these 
  165. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  166. ; with the actual name of the sound card you want to set defaults for.  
  167. ; To find the name of your card, launch the Sound Mapper application, 
  168. ; and look in the Playback field.  Director maintains a built-in table
  169. ; of settings for many popular sound cards.  Settings in this section take 
  170. ; precedence over Director's built-in settings.
  171. ;MixBufferMs=200
  172. ;MixBufferCount=4
  173. ;MixBufferBytes=0
  174. ;MixServiceMode=0
  175. ;MixIntPeriodMs=200
  176. ;MixIntResolutionMs=50
  177.  
  178.  
  179. [Low <SoundCardName>]
  180. ; Settings in this section apply when the target output format is
  181. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  182. ; output format depends on the capabilities of the sound card, as well
  183. ; as the setting of MixMaxFidelity.  You can have any number of these 
  184. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  185. ; with the actual name of the sound card you want to set defaults for.  
  186. ; To find the name of your card, launch the Sound Mapper application, 
  187. ; and look in the Playback field.  Director maintains a built-in table
  188. ; of settings for many popular sound cards.  Settings in this section take 
  189. ; precedence over Director's built-in settings.
  190. ;MixBufferMs=200
  191. ;MixBufferCount=4
  192. ;MixBufferBytes=0
  193. ;MixServiceMode=0
  194. ;MixIntPeriodMs=200
  195. ;MixIntResolutionMs=50
  196.  
  197.  
  198. ;[High <SoundCardName>]
  199. ; Settings in this section apply when the target output format is
  200. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  201. ; output format depends on the capabilities of the sound card, as well
  202. ; as the setting of MixMaxFidelity.  You can have any number of these 
  203. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  204. ; with the actual name of the sound card you want to set defaults for.  
  205. ; To find the name of your card, launch the Sound Mapper application, 
  206. ; and look in the Playback field.  Director maintains a built-in table
  207. ; of settings for many popular sound cards.  Settings in this section take 
  208. ; precedence over Director's built-in settings.
  209. ;MixBufferMs=200
  210. ;MixBufferBytes=0
  211. ;MixBufferCount=4
  212. ;MixServiceMode=0
  213. ;MixIntPeriodMs=200
  214. ;MixIntResolutionMs=50
  215.  
  216.  
  217.  
  218. ; Sound Override Settings ----------------------------------------------
  219.  
  220. [Low Mono Override]
  221. ; Settings in the [Low Mono Override] apply when the target ouput format
  222. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  223. ; of the sound card, as well as the setting of MixMaxFidelity.
  224. ; These settings will override Director's internal settings, any defaults
  225. ; specified in the Default Sound sections, as well as settings for specific 
  226. ; cards.  Change these settings only if you want to force Director to use
  227. ; certain values regardless of the sound card installed in the computer.
  228. ; It is not recommended that you modify these settings for movies which
  229. ; you are going to distribute, as they will override Director's internal
  230. ; settings which are already optimized for various sound cards.
  231. ;MixBufferMs=200
  232. ;MixBufferBytes=0
  233. ;MixBufferCount=4
  234. ;MixServiceMode=0
  235. ;MixIntPeriodMs=200
  236. ;MixIntResolutionMs=50
  237.  
  238. [Low Override]
  239. ; Settings in the [Low Override] apply when the target ouput format
  240. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  241. ; of the sound card, as well as the setting of MixMaxFidelity.
  242. ; These settings will override Director's internal settings, any defaults
  243. ; specified in the Default Sound sections, as well as settings for specific 
  244. ; cards.  Change these settings only if you want to force Director to use
  245. ; certain values regardless of the sound card installed in the computer.
  246. ; It is not recommended that you modify these settings for movies which
  247. ; you are going to distribute, as they will override Director's internal
  248. ; settings which are already optimized for various sound cards.
  249. ;MixBufferMs=200
  250. ;MixBufferBytes=0
  251. ;MixBufferCount=4
  252. ;MixServiceMode=0
  253. ;MixIntPeriodMs=200
  254. ;MixIntResolutionMs=50
  255.  
  256.  
  257. [High Override]
  258. ; Settings in the [High Override] apply when the target ouput format
  259. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  260. ; of the sound card, as well as the setting of MixMaxFidelity.
  261. ; These settings will override Director's internal settings, any defaults
  262. ; specified in the Default Sound sections, as well as settings for specific 
  263. ; cards.  Change these settings only if you want to force Director to use
  264. ; certain values regardless of the sound card installed in the computer.
  265. ; It is not recommended that you modify these settings for movies which
  266. ; you are going to distribute, as they will override Director's internal
  267. ; settings which are already optimized for various sound cards.
  268. ;MixBufferMs=200
  269. ;MixBufferBytes=0
  270. ;MixBufferCount=4
  271. ;MixServiceMode=0
  272. ;MixIntPeriodMs=200
  273. ;MixIntResolutionMs=50
  274.  
  275.