home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_1 / soundplant / Soundplant_261.ini < prev   
Text File  |  2002-09-16  |  3KB  |  73 lines

  1. ; SOUNDPLANT INI FILE
  2. ; You probably don't need to be touching this file.
  3. ; Try altering it as a last resort if you are experiencing severe problems.
  4.  
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10.  
  11. ;SpoolBufferAlloc=0 
  12. ; When to allocate spool buffers
  13. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  14. ; 1 means allocate spool once at startup and keep for entire session.
  15.  
  16. ;LowSpoolBufferMs=2500
  17. ; Length of one 8bit spool buffer, in milliseconds.
  18.  
  19. ;HighSpoolBufferMs=1500
  20. ; Length of one 16-bit spool buffer, in milliseconds.
  21.  
  22. ;SpoolBufferCount=2
  23. ; Number of spool buffers to use. Must range from 2 to 10.
  24.  
  25. ;MixWaveDevice=0 
  26. ; DeviceID of waveOut device to use for playing.
  27. ; Must range from 0 to (# of devices - 1).
  28.  
  29.  
  30. MixMaxFidelity=2
  31. ; Sets a limit on the fidelity of sound output.  The 99 setting (switch
  32. ; on-the-fly) provides the a good midlevel compromise for speed and
  33. ; quality, or for best preformance and lowest quality, choose the lowest
  34. ; value possible of the three fixed sound formats (0, 1, 2):
  35. ;  0  = 22.05k samples/sec, 8-bit, mono
  36. ;  1  = 22.05k samples/sec, 8-bit, stereo
  37. ;  2  = 44.1k samples/sec, 16-bit, stereo
  38. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  39. ;       sounds determines the format for that run.  The format used is the
  40. ;       lowest of the three output formats (0,1,2 above) which is as close
  41. ;       as possible in fidelity to the sound to be played, while still being
  42. ;       supported by the installed sound card. 
  43.  
  44.  
  45. DLLName=QT3Mix.dll
  46.  
  47.  
  48. ;[High Default Sound]
  49. ; Settings in the [High Default Sound] section apply when the target
  50. ; output format is 44K, 16-bit, stereo.  The target output format depends
  51. ; on the capabilities of the sound card.
  52. ;MixBufferMs=200
  53. ; Length of each mixing buffer, in milliseconds.
  54. ;MixBufferBytes=0
  55. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  56. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  57. ; bytes rather than milliseconds.
  58. ;MixBufferCount=4
  59. ; Number of mixing buffers to use. Must range from 2 to 16.
  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. ;MixIntPeriodMs=200
  70. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  71. ;MixIntResolutionMs=50
  72. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  73.