home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 February / 17_02_1999.iso / doom / LEGACY.exe / SOUND.CFG < prev   
Text File  |  1998-08-23  |  3KB  |  99 lines

  1. #
  2. # Sound configuration file for Doom Legacy v1.12 and above
  3. #
  4. # If you leave a parameter blank (nothing after the '='), Doom Legacy
  5. # will autodetect the hardware during the game startup. This is what
  6. # it usually does.
  7. #
  8. # Should you have any problem getting your soundcard working with
  9. # Legacy's autodetect mode, set the following parameters manually.
  10. #
  11. # This file should be kept either in the same directory as your program,
  12. # or in a location pointed to by the "ALLEGRO" environment variable.
  13.  
  14.  
  15. [sound]
  16.  
  17.  
  18. # digital sound output driver
  19. #  0 = none              1 = SB (autodetect breed)
  20. #  2 = SB 1.0              3 = SB 1.5
  21. #  4 = SB 2.0              5 = SB Pro
  22. #  6 = SB16              7 = GUS (unfinished)
  23. digi_card =
  24.  
  25.  
  26. # music output driver
  27. #  0 = none              1 = Adlib (autodetect OPL version)
  28. #  2 = OPL2              3 = Dual OPL2 (SB Pro-1)
  29. #  4 = OPL3              5 = SB MIDI interface
  30. #  6 = MPU-401              7 = GUS (unfinished)
  31. #  8 = DIGMID              9 = AWE32
  32. midi_card =
  33.  
  34.  
  35. # specifies the minimum number of voices to reserve for use by the
  36. # digital and MIDI sound driver. How many are possible depends on
  37. # the driver.
  38. digi_voices = 8
  39. midi_voices = 8
  40.  
  41.  
  42. # how loud? (range 0-255)
  43. #
  44. # Doom Legacy sets the volume in hardware, you don't need to set this
  45. digi_volume =
  46. midi_volume =
  47.  
  48.  
  49. # toggling this between 0 and 1 reverses the left/right panning of samples
  50. # (some sound cards reverse the stereo image the wrong way)
  51. flip_pan =
  52.  
  53.  
  54. # SB port address (usually 220)
  55. sb_port =
  56.  
  57.  
  58. # SB DMA channel (usually 1)
  59. # Warning : for SB 16/32/64 this is the HIGH DMA VALUE (usually 5)
  60. sb_dma =
  61.  
  62.  
  63. # SB IRQ number (usually 7)
  64. sb_irq =
  65.  
  66.  
  67. # SB sample frequency (11906, 16129, 22727 or 45454)
  68. # 11906, 16129 - works with any SB card,
  69. # 22727        - on SB2.0 and above
  70. # 45454        - only on SB2.0 or SB16 (not on the stereo SB Pro driver)
  71. sb_freq = 22727
  72.  
  73.  
  74. # FM synth (OPL synth) port address (usually 388)
  75. fm_port =
  76.  
  77.  
  78. # MPU-401 midi interface port address (usually 330)
  79. mpu_port =
  80.  
  81.  
  82. # instrument definitions to replace the standard Adlib patch set
  83. ibk_file =
  84.  
  85. # instrument definitions to replace the standard set of Adlib percussions
  86. # patches
  87. ibk_drum_file =
  88.  
  89.  
  90. # patch set for the DIGMID driver
  91. #  Specifies where to find the sample set for the DIGMID driver. This can
  92. #  either be a Gravis style directory containing a collection of .pat files
  93. #  and a default.cfg index, or an Allegro datafile produced by the pat2dat
  94. #  utility. If this variable is not set, Doom Legacy will look either for a
  95. #  default.cfg or patches.dat file in the same directory as the program, the
  96. #  directory pointed to by the ALLEGRO environment variable, and the
  97. #  standard GUS directory pointed to by the ULTRASND environment variable.
  98. patches =
  99.