home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-07-31 | 1.5 KB | 80 lines |
- [general]
- ; if ShowDevices exists and is non-zero then will display wave out devices
- ;
- ; ShowDevices=0 : default
- ; ShowDevices=1 : show output from waveOutGetDevCaps
- ShowDevices=0
-
- ; if WaveOutDevice exists it should be between zero and one less num devices
- ; the default is WAVE_MAPPER
- ;
- ; WaveOutDevice=0 : use the first device (default)
- ; WaveOutDevice=1 : use the second device
- ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
- ;
- ;
- WaveOutDevice=0
-
- [default]
- ; Remix=1 = ResetRemix()
- ; Remix=2 = NoResetRemix()
- ; default=1
- Remix=1
-
- ; GoodWavePos=0 = uses timeGetTime() (default)
- ; GoodWavePos=1 = uses waveOutGetPosition()
- GoodWavePos=0
-
- ; WaveBlocks=# (2<=#<=6) the number of ping pong buffers to use
- ; default=3
- WaveBlocks=3
-
- ; WaveBlockLen=# min = 512 max = 4096
- ; default = 1378 = 1/8th sec at 11025 hz
- WaveBlockLen=1024
-
- ; SamplesPerSec=11 (11.025 Khz) (default)
- ; =22 (22.04 KHz)
- ; =44 (44.1 KHz)
- SamplesPerSec=11
-
- [Windows Sound System Playback]
- ; Need to set do11khzmce=FALSE in system.ini->[sndsys.drv] if want to use Remix=1 and SamplesPerSec=11
- Remix=1
- GoodWavePos=1
- WaveBlocks=3
- SamplesPerSec=22
- WaveBlockLen=1378
-
- [MultiSound Wave Out]
- Remix=2
- GoodWavePos=1
- WaveBlocks=3
- ;WaveBlockLen=
-
- [SB16 Wave Out]
- Remix=2
- GoodWavePos=0
- WaveBlocks=5
- SamplesPerSec=22
- ;WaveBlockLen=
-
- [SBPro Wave Out]
- Remix=1
- GoodWavePos=0
- WaveBlocks=5
- ;WaveBlockLen=
-
- [Media Vision Waveform Output]
- Remix=1
- GoodWavePos=0
- WaveBlocks=3
- ;WaveBlockLen=
-
-
-
-
-
-
-
-