home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / servis / winamp / wa3plugz_488.exe / wacs / xml / directsound / directsound-prefs.xml next >
Encoding:
Extensible Markup Language  |  2002-08-25  |  2.4 KB  |  62 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3.  
  4. <groupdef id="directsound.buffersize.content" autoheightsource="bufsize.slider">
  5.   <Wasabi:HSlider id="bufsize.slider"
  6.     x="0" y="0"
  7.     w="0" h="15"
  8.     relatw="1"
  9.     low="100" high="10000" cfgattrib="{F6FE7F49-B017-4BCC-842C-2FFA842FB033};Buffer length (ms)"
  10.   />      
  11. </groupdef>
  12.  
  13. <groupdef id="directsound.prebuffer.content" autoheightsource="bufsize.slider">
  14.   <Wasabi:HSlider id="bufsize.slider"
  15.     x="0" y="0"
  16.     w="0" h="15"
  17.     relatw="1"
  18.     low="100" high="10000" cfgattrib="{F6FE7F49-B017-4BCC-842C-2FFA842FB033};Prebuffer (ms)"
  19.   />      
  20. </groupdef>
  21.  
  22. <groupdef id="directsound.device.content" h="24">
  23.  
  24.   <Wasabi:Dropdownlist id="list" feed="DirectSound:DEVICES" x="0" y="0" w="0" relatw="1" h="20" cfgattrib="{F6FE7F49-B017-4bcc-842C-2FFA842FB033};Device" />
  25.  
  26.  
  27. </groupdef>
  28.  
  29.  
  30. <groupdef id="directsound.content" >
  31.   <Wasabi:CheckBox x="3" y="0" text="Enable DirectSound Output"
  32.     cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};DirectSound output"
  33.   />
  34.  
  35.   <Wasabi:TitleBox x="3" y="16" w="-6" relatw="1" id="device" title="Output Device" content="directsound.device.content" />
  36.  
  37.   <Wasabi:TitleBox x="3" y="68" w="-6" relatw="1" id="buffersize" title="Buffer Size" content="directsound.buffersize.content" />
  38.   <script file="../winamp/scripts/titleboxslidercb.maki" param="buffersize;slider.button; : ;ms" />
  39.  
  40.   <Wasabi:TitleBox x="3" y="112" w="-6" relatw="1" id="prebuffer" title="Prebuffer" content="directsound.prebuffer.content" />
  41.   <script file="../winamp/scripts/titleboxslidercb.maki" param="prebuffer;slider.button; : ;ms" />
  42.  
  43.   <Wasabi:CheckBox x="3" y="160" w="0" relatw="1" text="Create primary buffer (fixes sound quality probems with old soundcards)"
  44.     cfgattrib="{CBDF55F4-6EB6-45c1-B1DF-7A9F95C33758};Create primary buffer"
  45.   />
  46.  
  47.   <Wasabi:CheckBox x="3" y="176" w="0" relatw="1" text="Enable audio fades on play, pause, stop, next and previous."
  48.     cfgattrib="{4D981DA3-F75D-431A-B617-46F3E45D2A1F};Use fades"
  49.   />
  50.  
  51.   <Wasabi:CheckBox x="3" y="192" w="0" relatw="1" text="Software mixing only (for broken drivers)"
  52.     cfgattrib="{CBDF55F4-6EB6-45c1-B1DF-7A9F95C33758};Software mixing only"
  53.   />
  54.  
  55.  
  56. </groupdef>
  57.  
  58. <groupdef id="directsound">
  59.   <Wasabi:TitleBox x="0" y="0" w="0" h="0" relatw="1" relath="1" title="DirectSound" content="directsound.content" />
  60. </groupdef>
  61.  
  62. </WinampAbstractionLayer>