home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / cwos2175.zip / CWAUDIO.INI < prev    next >
INI File  |  1996-12-20  |  2KB  |  48 lines

  1. ==============================  CWAUDIO.INI  ===============================
  2.  There exists two ways to supply CWAUDIO.SYS with options which override 
  3.  default settings.  The first method is by supplying the options in the CONFIG.SYS
  4.  command line.  An alternate method is by supplying data from the file 
  5.  CWAUDIO.INI located in \MMOS2.  The first method overrides the alternate method
  6.  on an entry by enry basis.  Therefore, the individual entries in CWAUDIO.INI
  7.  will only be used by the physical device driver, CWAUDIO.SYS, when that 
  8.  particular parameter is not specified in CONFIG.SYS.  Also, if the base
  9.  driver in CONFIG.SYS is not being used and CWAUDIO.SYS does not have resource 
  10.  information in the CONFIG.SYS command line, the [Resources] section in CWAUDIO.INI
  11.  will be used to specify resource settings for CWAUDIO.SYS.  
  12. ============================================================================
  13.   
  14.  
  15. [Mixer]
  16. Aux1Mixer=OFF               ; 0..31, ON  or OFF
  17. Aux2Mixer=OFF               ; 0..31, ON  or OFF
  18. LineMixer=OFF               ; 0..31, ON  or OFF
  19. MicMonitor=OFF              ; 1, ON, TRUE, ENABLE, ENABLED or OFF
  20. Aux1MixerSrc=Line           ; Line, InternalAudio, or Synth
  21. Aux2MixerSrc=InternalAudio  ; Line, InternalAudio, or Synth
  22. LineMixerSrc=Synth          ; Line, InternalAudio, or Synth
  23. ;MonoBypass=ON              ; ON/OFF (Default ON)    
  24. ;MonoOutMute=OFF            ; ON/OFF (Default OFF)
  25.  
  26. [Modes]
  27. ; Only DemandModeDMA or SingleByteDMA can be enabled.
  28. DemandModeDMA=ON            ; 1, ON, TRUE, ENABLE, ENABLED, 
  29.                             ; 0, OFF, FALSE, DISABLE, DISABLED
  30. SingleByteDMA=OFF           ; 1, ON, TRUE, ENABLE, ENABLED, 
  31.                             ; 0, OFF, FALSE, DISABLE, DISABLED
  32. Verbose=OFF                 ; 1, ON, TRUE, ENABLE, ENABLED
  33. OLBDisable=OFF
  34.  
  35. [Resources]  
  36. ; If the base driver is not being used, the following
  37. ; entries are valid.  If your audio board has an asyc,
  38. ; these entries can not be used since the base driver
  39. ; is needed for proper configuration.  Examples of
  40. ; asyc's are:  MAD16, Gallant, OTI-601, Opti929, Opti928.
  41.  
  42. WSSPort=530      
  43. CodecPort=534     
  44. CodecIRQ=7        
  45. CodecDMA=1
  46. PlaybackDMA=1
  47. CaptureDMA=1
  48.