home *** CD-ROM | disk | FTP | other *** search
/ James Bond 007 - The Ultimate Dossier / DOSSIER1.iso / wavemix.ini < prev    next >
INI File  |  1996-08-07  |  3KB  |  97 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. WaveBlockLen=4000
  23.  
  24. [default]
  25. ; Remix=1 = ResetRemix()
  26. ; Remix=2 = NoResetRemix()
  27. ; default=1
  28. Remix=1
  29.  
  30. ; GoodWavePos=0 = uses timeGetTime() (default)
  31. ; GoodWavePos=1 = uses waveOutGetPosition()
  32. GoodWavePos=0
  33.  
  34. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  35. ; default=3
  36. WaveBlocks=5
  37.  
  38. ; WaveBlockLen=#  min = 512 max = 4096
  39. ;   if a number is not specified Wavemix.dll will try to determine a size
  40. ;
  41.  
  42. ; SamplesPerSec=11 (11.025 Khz) (default)
  43. ;=22 (22.04  KHz)
  44. ;=44 (44.1   KHz)
  45. SamplesPerSec=22
  46. WaveBlockLen=4000
  47.  
  48. [Windows Sound System Playback]
  49. ; Need to set do11khzmce=FALSE in system.ini->[sndsys.drv] if want to use Remix=1 and SamplesPerSec=11
  50. Remix=1
  51. GoodWavePos=1
  52. WaveBlocks=4
  53. SamplesPerSec=22
  54. ;WaveBlockLen=
  55.  
  56. [MultiSound Wave Out]
  57. Remix=2
  58. GoodWavePos=1
  59. WaveBlocks=3
  60. ;WaveBlockLen=
  61.  
  62. [SB16 Wave Out]
  63. Remix=1
  64. GoodWavePos=0
  65. WaveBlocks=5
  66. SamplesPerSec=22
  67. ;WaveBlockLen=
  68.  
  69. [SBPro Wave Out]
  70. Remix=1
  71. GoodWavePos=0
  72. WaveBlocks=5
  73. ;WaveBlockLen=
  74.  
  75. [Media Vision Waveform Output]
  76. Remix=1
  77. GoodWavePos=0
  78. WaveBlocks=3
  79. ;WaveBlockLen=
  80.  
  81. [UltraSound Waveform Output]
  82. Remix=2
  83. GoodWavePos=0
  84. WaveBlocks=3
  85. SamplesPerSec=22
  86.  
  87. [not compatible]
  88. ; sound drivers that are not compatible with wavemix.dll can be added here
  89. ; (the=1 is necessary).  One of the major conflicts occur with the PC Speaker
  90. ; drivers.  The wavemix.dll will only work with devices that support asynchronous
  91. ; operation - most of the pc speaker drivers are synchronous.  The name of the devices
  92. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  93. ; a program which uses the wavemixer.  One major problem with some of the pc speaker
  94. ; drivers is that they report that they are asynchronous when they are really not.
  95.  
  96. Wave driver for PC Speaker=1
  97.