home *** CD-ROM | disk | FTP | other *** search
/ 100 Smash Win 95 Games / 100SMASH.iso.7z / 100SMASH.iso / comet / setup / wavemix.in_ / wavemix.in
INI File  |  1996-01-21  |  2KB  |  90 lines

  1. [general]
  2. ; if ShowDevices exists and is non-zero then will display wave out devices and other stuff
  3. ;
  4. ; ShowDevices=0  : default
  5. ; ShowDevices=1     : show output from waveOutGetDevCaps
  6.  
  7. ; if WaveOutDevice exists it should be between zero and one less num devices
  8. ; the default is WAVE_MAPPER
  9. ;
  10. ; WaveOutDevice=0 : use the first device (default)
  11. ; WaveOutDevice=1 : use the second device
  12. ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
  13. ;
  14. ;
  15.  
  16. ; Wavemix will detect if it is running on a 286 and not use any 386 instructions
  17. ; you can force it to use the 286 only code on a 386 by setting cmixit=1
  18. ; cmixit=0 (default) 
  19. ; cmixit=1 uses only 286 code (even on a 386 or >)
  20.  
  21. [default]
  22. ; Remix=1 = ResetRemix()
  23. ; Remix=2 = NoResetRemix()
  24. ; default=1
  25.  
  26. ; GoodWavePos=0 = uses timeGetTime() (default)
  27. ; GoodWavePos=1 = uses waveOutGetPosition()
  28.  
  29. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  30. ; default=3
  31.  
  32. ; WaveBlockLen=#  min = 512 max = 4096
  33. ;   if a number is not specified Wavemix.dll will try to determine a size
  34. ;
  35. WaveBlockLen=2048
  36.  
  37. ; SamplesPerSec=11 (11.025 Khz) (default)
  38. ;              =22 (22.04  KHz)
  39. ;              =44 (44.1   KHz)
  40.  
  41. [Windows Sound System Playback]
  42. ; Need to set do11khzmce=FALSE in system.ini->[sndsys.drv] if want to use Remix=1 and SamplesPerSec=11
  43. Remix=1
  44. GoodWavePos=1
  45. WaveBlocks=3
  46. SamplesPerSec=22
  47. ;WaveBlockLen=
  48.  
  49. [MultiSound Wave Out]
  50. Remix=2
  51. GoodWavePos=1
  52. WaveBlocks=3
  53. ;WaveBlockLen=
  54.  
  55. [SB16 Wave Out]
  56. Remix=1
  57. GoodWavePos=0
  58. WaveBlocks=5
  59. SamplesPerSec=22
  60. ;WaveBlockLen=
  61.  
  62. [SBPro Wave Out]
  63. Remix=1
  64. GoodWavePos=0
  65. WaveBlocks=5
  66. ;WaveBlockLen=
  67.  
  68. [Media Vision Waveform Output]
  69. Remix=1
  70. GoodWavePos=0
  71. WaveBlocks=3
  72. ;WaveBlockLen=
  73.  
  74. [UltraSound Waveform Output]
  75. Remix=2
  76. GoodWavePos=0
  77. WaveBlocks=3
  78. SamplesPerSec=11
  79.  
  80. [not compatible]
  81. ; sound drivers that are not compatible with wavemix.dll can be added here
  82. ; (the =1 is necessary).  One of the major conflicts occur with the PC Speaker
  83. ; drivers.  The wavemix.dll will only work with devices that support asynchronous
  84. ; operation - most of the pc speaker drivers are synchronous.  The name of the devices
  85. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  86. ; a program which uses the wavemixer.  One major problem with some of the pc speaker
  87. ; drivers is that they report that they are asynchronous when they are really not.
  88.  
  89. Wave driver for PC Speaker=1
  90.