home *** CD-ROM | disk | FTP | other *** search
- ; SOUNDPLANT INI FILE
- ; You probably don't need to be touching this file.
- ; Try altering it as a last resort if you are experiencing severe problems.
-
-
- ; All of the settings shown here are commented-out in the original version
- ; of the file. To change a setting, you must remove the comment
- ; character (";") at the beginning of the setting's line.
-
-
- ;SpoolBufferAlloc=0
- ; When to allocate spool buffers
- ; 0 means allocate/deallocate dynamically, when sound starts/stops.
- ; 1 means allocate spool once at startup and keep for entire session.
-
- ;LowSpoolBufferMs=2500
- ; Length of one 8bit spool buffer, in milliseconds.
-
- ;HighSpoolBufferMs=1500
- ; Length of one 16-bit spool buffer, in milliseconds.
-
- ;SpoolBufferCount=2
- ; Number of spool buffers to use. Must range from 2 to 10.
-
- ;MixWaveDevice=0
- ; DeviceID of waveOut device to use for playing.
- ; Must range from 0 to (# of devices - 1).
-
-
- MixMaxFidelity=2
- ; Sets a limit on the fidelity of sound output. The 99 setting (switch
- ; on-the-fly) provides the a good midlevel compromise for speed and
- ; quality, or for best preformance and lowest quality, choose the lowest
- ; value possible of the three fixed sound formats (0, 1, 2):
- ; 0 = 22.05k samples/sec, 8-bit, mono
- ; 1 = 22.05k samples/sec, 8-bit, stereo
- ; 2 = 44.1k samples/sec, 16-bit, stereo
- ; 99 = Switch formats on-the-fly. The first sound in a run of overlapping
- ; sounds determines the format for that run. The format used is the
- ; lowest of the three output formats (0,1,2 above) which is as close
- ; as possible in fidelity to the sound to be played, while still being
- ; supported by the installed sound card.
-
-
- DLLName=QT3Mix.dll
-
-
- ;[High Default Sound]
- ; Settings in the [High Default Sound] section apply when the target
- ; output format is 44K, 16-bit, stereo. The target output format depends
- ; on the capabilities of the sound card.
- ;MixBufferMs=200
- ; Length of each mixing buffer, in milliseconds.
- ;MixBufferBytes=0
- ; Length of each mixing buffer, in bytes. Setting this value to non-0,
- ; along with setting MixBufferMs=0, lets you specify the buffer size in
- ; bytes rather than milliseconds.
- ;MixBufferCount=4
- ; Number of mixing buffers to use. Must range from 2 to 16.
- ;MixServiceMode=0
- ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
- ; applied from MixIntPeriodMs and MixIntResolutionMs.
- ; 1 means use polling to drive mixer. This may cause sound to drop out when
- ; CPU cycles are being hogged by other tasks, disk accesses, etc.
- ; 2 means use the waveOut buffer-completion callback to drive mixer. If
- ; this mode is set, it is best to use MixBufferBytes to specify a
- ; fixed buffer size which is a multiple of 1024. This mode is not
- ; supported by all sound cards.
- ;MixIntPeriodMs=200
- ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
- ;MixIntResolutionMs=50
- ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
-