home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / xmp202.zip / xmp.conf < prev    next >
Text File  |  1999-07-03  |  4KB  |  162 lines

  1. ##########################################################################
  2. ####
  3. ####    Extended Module Player configuration file
  4. ####    xmp will look for this file in /etc/xmp.conf, $HOME/.xmprc or
  5. ####    $HOME/.xmp/xmp.conf
  6. ####
  7. ####    An <yesno> argument is assumed "yes" when the first character
  8. ####    is either 'y' or 'o'.
  9. ####
  10. ##########################################################################
  11.  
  12.  
  13. # verbosity = <val>
  14. # Verbosity level. Default is 0.
  15. #
  16. verbosity = 1
  17.  
  18.  
  19. ##########################################################################
  20. ####
  21. ####    DRIVER PARAMETERS
  22. ####
  23. ##########################################################################
  24.  
  25. # driver = <name>
  26. # Output device to be used (oss_seq, oss_mix, etc).
  27. #
  28. #driver = alsa_mix
  29.  
  30.  
  31. # OSS software mixing
  32.  
  33. # Set the number and size in bytes of audio buffer fragments. The size must
  34. # be a power of two.
  35. #
  36. #frag = 16,2048
  37.  
  38.  
  39. # OSS sequencer
  40.  
  41. # Set the chorus mode and reverb mode for AWE cards.
  42. #
  43. awechorus = 2
  44. awereverb = 5
  45.  
  46.  
  47. # Solaris or HP-UX driver
  48.  
  49. # Set the output audio gain (0 to 255)
  50. #
  51. #gain = 180
  52.  
  53. # Set the audio port. Valid values are s[peaker], h[eadphones] and l[ineout].
  54. #
  55. #port = speaker
  56.  
  57. # Set the audio buffer size
  58. #
  59. #buffer = 32768
  60.  
  61.  
  62. ##########################################################################
  63. ####
  64. ####    SOFTWARE MIXER SETTINGS
  65. ####    The following parameters affect the software mixer only
  66. ####
  67. ##########################################################################
  68.  
  69. # srate = <val>
  70. # Sampling rate in hertz. Default is 22050 Hz.
  71. #
  72. srate = 44100
  73.  
  74. # bits = <val>
  75. # Output resolution for the software mixer. Default is 16 bits.
  76. #
  77. bits = 16
  78.  
  79. # interpolate = <yesno>
  80. # Turn sample interpolation on/off. Default is on.
  81. #
  82. interpolate = of course
  83.  
  84.  
  85. ##########################################################################
  86. ####
  87. ####    EFFECTS
  88. ####
  89. ##########################################################################
  90.  
  91. # chorus = <val>
  92. # reverb = <val>
  93. # Set the amount of chorus and reverb. These settings will NOT be used
  94. # in modules with embedded chrus and reverb settings (e.g. IMF)
  95. #
  96. chorus = 25
  97. reverb = 50
  98.  
  99.  
  100. ##########################################################################
  101. ####
  102. ####    PLAYER SETTINGS
  103. ####
  104. ##########################################################################
  105.  
  106. # 8bit = <yesno>
  107. # Convert the 16 bit samples to 8 bit top save memory. This option is
  108. # ignored by AWE cards.
  109. #
  110. 8bit = no
  111.  
  112. # crunch = <val>
  113. # xmp will try to crunch samples if they don't fit in the card memory
  114. # (if you use a GUS or AWE card). An extra crunch will often be needed
  115. # because samples can't span memory banks boundaries. By default this
  116. # value is set to 5%.
  117. #
  118. crunch = 5
  119.  
  120. # mono = <yesno>
  121. # Force mono output. Default is no.
  122. #
  123. mono = never!
  124.  
  125. # reverse = <yesno>
  126. # Reverse left/right stereo channels. Default is off.
  127. #
  128. reverse = are you kidding?
  129.  
  130. # mix = <val>
  131. # Percentual stereo mixing. Default is 75%.
  132. #
  133. mix = 80
  134.  
  135. # Turn module looping on/off. Default is off.
  136. #
  137. loop = no way!
  138.  
  139. # pan = <yesno>
  140. # Enable/disable dynamic panning. AWE users may want to disable dynamic
  141. # panning if excessive clicking is heard in the output. Default is on.
  142. #
  143. pan = yeah, sure
  144.  
  145. # time = <val>
  146. # Maximum playing time in seconds. Default is 0.
  147. #
  148. time = 0
  149.  
  150. # fx9bug = <yesno>
  151. # Emulate Protracker 2.x effect 9 (set offset) bug. Don't set it here,
  152. # use xmp.modconf instead.
  153. #
  154. # fx9bug = nope
  155.  
  156. # fixloop = <yesno>
  157. # Half the sample loop start value. Don't set it here, use xmp.modconf
  158. # instead.
  159. #
  160. # fixloop = no thanks
  161.  
  162.