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