home *** CD-ROM | disk | FTP | other *** search
/ BigMax 8 / FRANKWIN.iso / frankie.li$ / FRANKIE.INI < prev    next >
INI File  |  1995-11-01  |  11KB  |  253 lines

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