home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Multimedia Jumpstart 1.1a / CD_ROM.BIN / develpmt / source / wavemix / wavemix.ini < prev    next >
Encoding:
INI File  |  1993-07-31  |  1.5 KB  |  80 lines

  1. [general]
  2. ; if ShowDevices exists and is non-zero then will display wave out devices
  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. [default]
  19. ; Remix=1 = ResetRemix()
  20. ; Remix=2 = NoResetRemix()
  21. ; default=1
  22. Remix=1
  23.  
  24. ; GoodWavePos=0 = uses timeGetTime() (default)
  25. ; GoodWavePos=1 = uses waveOutGetPosition()
  26. GoodWavePos=0
  27.  
  28. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  29. ; default=3
  30. WaveBlocks=3
  31.  
  32. ; WaveBlockLen=#  min = 512 max = 4096
  33. ; default = 1378 = 1/8th sec at 11025 hz
  34. WaveBlockLen=1024
  35.  
  36. ; SamplesPerSec=11 (11.025 Khz) (default)
  37. ;              =22 (22.04  KHz)
  38. ;              =44 (44.1   KHz)
  39. SamplesPerSec=11
  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=1378
  48.  
  49. [MultiSound Wave Out]
  50. Remix=2
  51. GoodWavePos=1
  52. WaveBlocks=3
  53. ;WaveBlockLen=
  54.  
  55. [SB16 Wave Out]
  56. Remix=2
  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.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.