AU30MMED.INF Driver File Contents (TB2-SCh.EXE)

;*---------------------------------------------------------------------------
;*
;* $Workfile: au30mmed.inf $
;*
;*---------------------------------------------------------------------------
;*
;* $Revision: 1.18 $  $Date: 1998/08/24 21:22:26 $  
;*				
;*---------------------------------------------------------------------------
;*
;* Vortex inf file for multimedia support
;*
;*---------------------------------------------------------------------------
;* 
;* Copyright (c) 1997 Aureal Semiconductor, Inc. - All rights reserved. 
;*
;* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Aureal Semiconductor;
;* the contents of this file may not be disclosed to third parties, copied or
;* duplicated in any form, in whole or in part, without the prior written
;* permission of Aureal Semiconductor.
;*
;* RESTRICTED RIGHTS LEGEND:
;* Use, duplication or disclosure by the Government is subject to restrictions
;* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
;* and Computer Software clause at DFARS 252.227-7013, and/or in similar or
;* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished  -
;* rights reserved under the Copyright Laws of the United States.
;*
;*---------------------------------------------------------------------------
;*$NoKeywords: $

[Version]
LayoutFile=layout.inf
Signature="$CHICAGO$"
Class=Media
Provider=%Mfg%
Verinfo=%ProductVersion%

[ControlFlags]
ExcludeFromSelect=VIRTUAL\PCI_VEN_12EB&DEV_0002_JOYSTICK
ExcludeFromSelect=VIRTUAL\PCI_VEN_12EB&DEV_0002_MPU401
ExcludeFromSelect=VIRTUAL\PCI_VEN_12EB&DEV_0002_SBFMAUDIO
ExcludeFromSelect=MODEMWAVE\VORTEX_56K_VOICE_MODEM

[ClassInstall]
AddReg=Class.AddReg

[Class.AddReg]
HKR,,,,%MediaClassName%
HKR,,Icon,,"-1"
HKR,,Installer,,mmci.dll				    

[Manufacturer]
%Mfg%=TurtleBeachSystems

[TurtleBeachSystems]
%MF\PCI_VEN_12EB&DEV_0002_AUDIO.DeviceDesc% = AUDIO_DEVICE, MF\PCI_VEN_12EB&DEV_0002_AUDIO
%VIRTUAL\PCI_VEN_12EB&DEV_0002_JOYSTICK.DeviceDesc% = JOYSTICK_DEVICE, VIRTUAL\PCI_VEN_12EB&DEV_0002_JOYSTICK
%VIRTUAL\PCI_VEN_12EB&DEV_0002_MPU401.DeviceDesc% = MPU401_DEVICE, VIRTUAL\PCI_VEN_12EB&DEV_0002_MPU401
%VIRTUAL\PCI_VEN_12EB&DEV_0002_SBFMAUDIO.DeviceDesc% = SBFMAUDIO_DEVICE, VIRTUAL\PCI_VEN_12EB&DEV_0002_SBFMAUDIO
%Rockwell.DeviceDesc%  = ROCKWELL,MODEMWAVE\VORTEX_56K_VOICE_MODEM

[PreCopySection]
HKR,,NoSetupUI,,1

[AUDIO_DEVICE]
AddReg=AspenAudio.Addreg,A3D.Addreg,AspenOverides.Addreg,AspenLocalization.Addreg,AspenCustomization.Addreg
CopyFiles=AspenAudio.CopyList,AspenDOSAudio.CopyList,AspenAppsAudio.CopyList

[JOYSTICK_DEVICE]
AddReg=AspenJoystick.Addreg
CopyFiles=AspenJoystick.CopyList

[MPU401_DEVICE]
AddReg=AspenMpu401.Addreg
CopyFiles=AspenMpu401.CopyList

[SBFMAUDIO_DEVICE]
AddReg=AspenSBFMAudio.Addreg
CopyFiles=AspenSBFMAudio.CopyList

[ROCKWELL]
AddReg=MSSERWAVE.AddReg, ROCKWELL.AddReg
CopyFiles=MSSERWAVE.CopyList

[AspenAudio.AddReg]
HKR,,DevLoader,,mmdevldr.vxd
HKR,,Driver,,au30core.vxd
HKR,Drivers,,,
HKR,Drivers,MIGRATED,,0
HKR,Drivers,SubClasses,,"aux,midi,mixer,wave"
HKR,Drivers\aux,,,
HKR,Drivers\midi,,,
HKR,Drivers\mixer,,,
HKR,Drivers\wave,,,
; aux driver
HKR,Drivers\aux\au30mix.drv,Driver,,au30mix.drv
HKR,Drivers\aux\au30mix.drv,Description,,%PCI_VEN_12EB&DEV_0002_AUX.DeviceDesc%
HKR,Drivers\aux\au30mix.drv,Driver,,au30mix.drv
; mixer driver
HKR,Drivers\mixer\au30mix.drv,Driver,,au30mix.drv
HKR,Drivers\mixer\au30mix.drv,Description,,%PCI_VEN_12EB&DEV_0002_MIX.DeviceDesc%
HKR,Drivers\mixer\au30mix.drv,Driver,,au30mix.drv
; wave driver
HKR,,EnumPropPages,,"wavedrv.drv,DrvEnumPropPages"
HKR,Drivers\wave\au30wave.drv,Driver,,au30wave.drv
HKR,Drivers\wave\au30wave.drv,Description,,%PCI_VEN_12EB&DEV_0002_WAVE.DeviceDesc%
HKR,Drivers\wave\au30wave.drv,Driver,,au30wave.drv
; wave table driver
HKR,Drivers\midi\au30wt.drv,Driver,,au30wt.drv
HKR,Drivers\midi\au30wt.drv,Description,,%PCI_VEN_12EB&DEV_0002_WT.DeviceDesc%
HKR,Drivers\midi\au30wt.drv,Driver,,au30wt.drv
; configuration entries
HKR,Config\Platform,ClientDrivers,,"au30appy.vxd au30wt.vxd au30sbfm.vxd au30mix.vxd au30wave.vxd"
HKR,Config\Platform,PC98ClientDrivers,,"au30appy.vxd au30wt.vxd au30mix.vxd au30wave.vxd"
HKR,Config\SBFM,ClientDrivers,,"au30fm.vxd"
HKR,Config\Platform,DosActivator,,"au30dos.com"
HKR,Config\SBFM,DosActivator,,"au30dos.com"
; install optional components
;HKLM,%KEY_OPT_COMPONENTS%\Vol,,,
;HKLM,%KEY_OPT_COMPONENTS%\ACM,,,
;HKLM,%KEY_OPT_COMPONENTS%\Rec,,,
;HKLM,%KEY_OPT_COMPONENTS%\MPlay,,,
;HKLM,%KEY_OPT_COMPONENTS%\CDPlayer,,,
;HKLM,%KEY_OPT_COMPONENTS%\Clips,,,

[AspenOverides.Addreg]
; virtual devices
;HKR,Config,DisableJoystick,1,1
;HKR,Config,DisableMPU401,1,1
;HKR,Config,DisableDOSModemPort,1,1
;HKR,Config,DisableSBFM,1,1
; a3d
;HKR,Config,EnableA3DReserve,1,1
;HKR,Config,NumHost3DBuffers,1,6




[A3D.Addreg]
HKCR,A3d,,,"A3d Object"
HKCR,A3d\CLSID,,,{d8f1eee0-f634-11cf-8700-00a0245d918b}
HKCR,CLSID\{d8f1eee0-f634-11cf-8700-00a0245d918b},,,"A3d Object"
HKCR,CLSID\{d8f1eee0-f634-11cf-8700-00a0245d918b}\InprocServer32,,,a3d.dll
HKCR,CLSID\{d8f1eee0-f634-11cf-8700-00a0245d918b}\InprocServer32,"ThreadingModel",,"Apartment"

[AspenJoystick.AddReg]
HKR,,DevLoader,,mmdevldr.vxd
HKR,Drivers,,,
HKR,Drivers,MIGRATED,,0
HKR,Drivers\joystick,,,
HKR,,Driver,,vjoyd.vxd
HKR,Drivers\joystick\msjstick.drv,,,
HKR,Drivers\joystick\msjstick.drv,Description,,%VIRTUAL\PCI_VEN_12EB&DEV_0002_JOYSTICK.DeviceDesc%
HKR,Drivers\joystick\msjstick.drv,Driver,,msjstick.drv
HKR,Drivers,SubClasses,,"joystick"
HKLM,%KEY_OEM_JOY%\"TBS Montego II Gameport Interface",OEMName,,%VIRTUAL\PCI_VEN_12EB&DEV_0002_JOYSTICK.DeviceDesc%
HKLM,%KEY_OEM_JOY%\"TBS Montego II Gameport Interface",OEMCallout,,au30joys.vxd
HKLM,%KEY_OEM_JOY%\"TBS Montego II Gameport Interface",OEMData,1,0,0,0,4,4,0,0,0

[AspenMpu401.AddReg]
HKR,,DevLoader,,mmdevldr.vxd
HKR,,Driver,,au30midi.vxd
HKR,Drivers,MIGRATED,,0
HKR,Drivers,SubClasses,,"midi"
HKR,Drivers\midi,,,
HKR,Drivers\midi\au30midi.drv,Driver,,au30midi.drv
HKR,Drivers\midi\au30midi.drv,Description,,%VIRTUAL\PCI_VEN_12EB&DEV_0002_MPU401.DeviceDesc%
HKR,Drivers\midi\au30midi.drv,Driver,,au30midi.drv

[AspenSBFMAudio.AddReg]
HKR,,DevLoader,,mmdevldr.vxd
HKR,,Driver,,au30sbfm.vxd

[ROCKWELL.AddReg]
HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc%
HKR,Config,XformModule,  , "umdmxfrm.dll"
HKR,Config,XformID,     1, 01, 00, 00, 00

[MSSERWAVE.AddReg]
HKR,,DevLoader,,mmdevldr.vxd
HKR,Drivers,MIGRATED,,0
HKR,Drivers\wave,,,
HKR,,Driver,,serwave.vxd
HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
HKR,Drivers,SubClasses,,"wave"

[AspenLocalization.Addreg]
;Vortex driver name strings
HKLM,"Software\Aureal\Vortex\AU8830\DriverNames","WaveOutDriverName",0x00020000,%StrWaveOutDriverName%
HKLM,"Software\Aureal\Vortex\AU8830\DriverNames","WaveInDriverName",0x00020000,%StrWaveInDriverName%
HKLM,"Software\Aureal\Vortex\AU8830\DriverNames","MixerDriverName",0x00020000,%StrMixerDriverName%
HKLM,"Software\Aureal\Vortex\AU8830\DriverNames","AuxDriverName",0x00020000,%StrAuxDriverName%
HKLM,"Software\Aureal\Vortex\AU8830\DriverNames","WavetableDriverName",0x00020000,%StrWavetableDriverName%
HKLM,"Software\Aureal\Vortex\AU8830\DriverNames","MidiDriverName",0x00020000,%StrMidiDriverName%

;Message box strings
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","CapAurealVortex",0x00020000,%StrCapAurealVortex%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","CapAurealA3D",0x00020000,%StrCapAurealA3D%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","CapPCIError",0x00020000,%StrCapPCIError%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","CapAurealWt",0x00020000,%StrCapAurealWt%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","CapAurealTone Control",0x00020000,%StrCapAurealToneControl%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","CapAurealModem",0x00020000,%StrCapAurealModem%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgPromptInstallDX5",0x00020000,%StrMsgPromptInstallDX5%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningInstallDX5",0x00020000,%StrMsgWarningInstallDX5%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningPrimaryPCI",0x00020000,%StrMsgWarningPrimaryPCI%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningPrimaryPCI2",0x00020000,%StrMsgWarningPrimaryPCI2%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningDrvDisabled",0x00020000,%StrMsgWarningDrvDisabled%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningMMXCPU",0x00020000,%StrMsgWarningMMXCPU%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningPCIError",0x00020000,%StrMsgWarningPCIError%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningEnableWtEffects",0x00020000,%StrMsgWarningEnableWtEffects%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningModemDeviceInUse",0x00020000,%StrMsgWarningModemDeviceInUse%
HKLM,"Software\Aureal\Vortex\AU8830\MsgBoxStrings","MsgWarningEnableToneControl",0x00020000,%StrMsgWarningEnableToneControl%

;Mixer source line strings
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcWtShortName",0x00020000,%MixSrcWtShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcWtName",0x00020000,%MixSrcWtName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcWaveShortName",0x00020000,%MixSrcWaveShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcWaveName",0x00020000,%MixSrcWaveName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcSpdifShortName",0x00020000,%MixSrcWaveName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcSpdisName",0x00020000,%MixSrcSpdisName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcBeepShortName",0x00020000,%MixSrcBeepShortName%			
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcBeepName",0x00020000,%MixSrcBeepName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcPhoneShortName",0x00020000,%MixSrcPhoneShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcPhoneName",0x00020000,%MixSrcPhoneName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcMicShortName",0x00020000,%MixSrcMicShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcMicName",0x00020000,%MixSrcMicName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcLineInShortName",0x00020000,%MixSrcLineInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcLineInName",0x00020000,%MixSrcLineInName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcCDShortName",0x00020000,%MixSrcCDShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcCDName",0x00020000,%MixSrcCDName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcVideoShortName",0x00020000,%MixSrcVideoShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcVideoName",0x00020000,%MixSrcVideoName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcAuxShortName",0x00020000,%MixSrcAuxShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcAuxName",0x00020000,%MixSrcAuxName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcStereoMixShortName",0x00020000,%MixSrcStereoMixShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcStereoMixName",0x00020000,%MixSrcStereoMixName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcMonoMixShortName",0x00020000,%MixSrcMonoMixShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcMonoMixName",0x00020000,%MixSrcMonoMixName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcMonoOutShortName",0x00020000,%MixSrcMonoOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcMonoOutName",0x00020000,%MixSrcMonoOutName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcHpOutShortName",0x00020000,%MixSrcHpOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcHpOutName",0x00020000,%MixSrcHpOutName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcSpdifOutShortName",0x00020000,%MixSrcSpdifOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrcSpdifOutName",0x00020000,%MixSrcSpdifOutName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrc3DCenterShortName",0x00020000,%MixSrc3DCenterShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrc3DCenterName",0x00020000,%MixSrc3DCenterName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrc3DDepthShortName",0x00020000,%MixSrc3DDepthShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSrc3DDepthName",0x00020000,%MixSrc3DDepthName%

;Mixer destination line strings
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestLineOutShortName",0x00020000,%MixDestLineOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestLineOutName",0x00020000,%MixDestLineOutName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestWaveInShortName",0x00020000,%MixDestWaveInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestWaveInName",0x00020000,%MixDestWaveInName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestVoiceInShortName",0x00020000,%MixDestVoiceInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestVoiceInName",0x00020000,%MixDestVoiceInName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestAC97CtrlsOutShortName",0x00020000,%MixDestAC97CtrlsOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixDestLineAC97CtrlsOutName",0x00020000,%MixDestLineAC97CtrlsOutName%

;Mixer control strings
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMixerLineOutShortName",0x00020000,%MixMixerLineOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMixerLineOutName",0x00020000,%MixMixerLineOutName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuxWaveInShortName",0x00020000,%MixMuxWaveInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuxWaveInName",0x00020000,%MixMuxWaveInName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuxVoiceInShortName",0x00020000,%MixMuxVoiceInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuxVoiceInName",0x00020000,%MixMuxVoiceInName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLWtShortName",0x00020000,%MixVolLWtShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLWtName",0x00020000,%MixVolLWtName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLWaveShortName",0x00020000,%MixVolLWaveShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLWaveName",0x00020000,%MixVolLWaveName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLSpdifShortName",0x00020000,%MixVolLSpdifShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLSpdifName",0x00020000,%MixVolLSpdifName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLBeepShortName",0x00020000,%MixVolLBeepShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLBeepName",0x00020000,%MixVolLBeepName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLPhoneShortName",0x00020000,%MixVolLPhoneShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLPhoneName",0x00020000,%MixVolLPhoneName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLMicShortName",0x00020000,%MixVolLMicShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLMicName",0x00020000,%MixVolLMicName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLLineInShortName",0x00020000,%MixVolLLineInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLLineInName",0x00020000,%MixVolLLineInName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLCDShortName",0x00020000,%MixVolLCDShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLCDName",0x00020000,%MixVolLCDName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLVideoShortName",0x00020000,%MixVolLVideoShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLVideoName",0x00020000,%MixVolLVideoName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLAuxShortName",0x00020000,%MixVolLAuxShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLAuxName",0x00020000,%MixVolLAuxName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutMasterShortName",0x00020000,%MixVolLineOutMasterShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutMasterName",0x00020000,%MixVolLineOutMasterName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutHpShortName",0x00020000,%MixVolLineOutHpShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutHpName",0x00020000,%MixVolLineOutHpName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutMonoShortName",0x00020000,%MixVolLineOutMonoShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutMonoName",0x00020000,%MixVolLineOutMonoName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutSpdifShortName",0x00020000,%MixVolLineOutSpdifShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolLineOutSpdifName",0x00020000,%MixVolLineOutSpdifName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWPhoneShortName",0x00020000,%MixVolWPhoneShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWPhoneName",0x00020000,%MixVolWPhoneName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWMicShortName",0x00020000,%MixVolWMicShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWMicName",0x00020000,%MixVolWMicName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWLineInShortName",0x00020000,%MixVolWLineInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWLineInName",0x00020000,%MixVolWLineInName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWCDShortName",0x00020000,%MixVolWCDShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWCDName",0x00020000,%MixVolWCDName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWVideoShortName",0x00020000,%MixVolWVideoShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWVideoName",0x00020000,%MixVolWVideoName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWAuxShortName",0x00020000,%MixVolWAuxShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWAuxName",0x00020000,%MixVolWAuxName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWStereoMixShortName",0x00020000,%MixVolWStereoMixShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWStereoMixName",0x00020000,%MixVolWStereoMixName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWMonoMixShortName",0x00020000,%MixVolWMonoMixShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolWMonoMixName",0x00020000,%MixVolWMonoMixName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolVMicShortName",0x00020000,%MixVolVMicShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolVMicName",0x00020000,%MixVolVMicName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolVLineInShortName",0x00020000,%MixVolVLineInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVolVLineInName",0x00020000,%MixVolVLineInName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLWtShortName",0x00020000,%MixMuteLWtShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLWtName",0x00020000,%MixMuteLWtName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLWaveShortName",0x00020000,%MixMuteLWaveShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLWaveName",0x00020000,%MixMuteLWaveName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLSpdifShortName",0x00020000,%MixMuteLSpdifShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLSpdifName",0x00020000,%MixMuteLSpdifName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLBeepShortName",0x00020000,%MixMuteLBeepShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLBeepName",0x00020000,%MixMuteLBeepName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLPhoneShortName",0x00020000,%MixMuteLPhoneShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLPhoneName",0x00020000,%MixMuteLPhoneName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLMicShortName",0x00020000,%MixMuteLMicShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLMicName",0x00020000,%MixMuteLMicName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLLineInShortName",0x00020000,%MixMuteLLineInShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLLineInName",0x00020000,%MixMuteLLineInName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLCDShortName",0x00020000,%MixMuteLCDShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLCDName",0x00020000,%MixMuteLCDName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLVideoShortName",0x00020000,%MixMuteLVideoShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLVideoName",0x00020000,%MixMuteLVideoName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLAuxShortName",0x00020000,%MixMuteLAuxShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLAuxName",0x00020000,%MixMuteLAuxName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineOutMasterShortName",0x00020000,%MixMuteLineOutMasterShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineOutMasterName",0x00020000,%MixMuteLineOutMasterName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineOutHpShortName",0x00020000,%MixMuteLineOutHpShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineOutHpName",0x00020000,%MixMuteLineOutHpName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineOutMonoShortName",0x00020000,%MixMuteLineOutMonoShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineOutMonoName",0x00020000,%MixMuteLineOutMonoName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineOutSpdifShortName",0x00020000,%MixMuteLineOutSpdifShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixMuteLineoutSpdifName",0x00020000,%MixMuteLineoutSpdifName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSelectMicMixShortName",0x00020000,%MixSelectMicMixShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSelectMicMixName",0x00020000,%MixSelectMicMixName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOff3DShortName",0x00020000,%MixOnOff3DShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOff3DName",0x00020000,%MixOnOff3DName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffLoudnessShortName",0x00020000,%MixOnOffLoudnessShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffLoudnessName",0x00020000,%MixOnOffLoudnessName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffPopShortName",0x00020000,%MixOnOffPopShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffPopName",0x00020000,%MixOnOffPopName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffSimStereoShortName",0x00020000,%MixOnOffSimStereoShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffSimStereoName",0x00020000,%MixOnOffSimStereoName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","Mix3DCenterShortName",0x00020000,%Mix3DCenterShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","Mix3DCenterName",0x00020000,%Mix3DCenterName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","Mix3DDepthShortName",0x00020000,%Mix3DDepthShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","Mix3DDepthName",0x00020000,%Mix3DDepthName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSelectMic2ShortName",0x00020000,%MixSelectMic2ShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixSelectMic2Name",0x00020000,%MixSelectMic2Name%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffMicGainShortName",0x00020000,%MixOnOffMicGainShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffMicGainName",0x00020000,%MixOnOffMicGainName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffToneShortName",0x00020000,%MixOnOffToneShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixOnOffToneName",0x00020000,%MixOnOffToneName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixBaseLineOutShortName",0x00020000,%MixBaseLineOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixBaseLineOutName",0x00020000,%MixBaseLineOutName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixTrebleLineOutShortName",0x00020000,%MixTrebleLineOutShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixTrebleLineOutName",0x00020000,%MixTrebleLineOutName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuLineOutWaveShortName",0x00020000,%MixVuLineOutWaveShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuLineOutWaveName",0x00020000,%MixVuLineOutWaveName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuWaveInMicShortName",0x00020000,%MixVuWaveInMicShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuWaveInMicName",0x00020000,%MixVuWaveInMicName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuWaveInLineShortName",0x00020000,%MixVuWaveInLineShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuWaveInLineName",0x00020000,%MixVuWaveInLineName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuVoiceInMicShortName",0x00020000,%MixVuVoiceInMicShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuVoiceInMicName",0x00020000,%MixVuVoiceInMicName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuVoiceInLineShortName",0x00020000,%MixVuVoiceInLineShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixVuVoiceInLineName",0x00020000,%MixVuVoiceInLineName%

HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixPlayCDEQShortName",0x00020000,%MixPlayCDEQShortName%
HKLM,"Software\Aureal\Vortex\AU8830\MixerStrings","MixPlayCDEQName",0x00020000,%MixPlayCDEQName%

[AspenCustomization.Addreg]
;; This setction contaions all registry keys used to disable the Vortex driver related features
;; or customize the functions provided by Vortex drivers/apps.

; A3D Demo apps
HKLM,"Software\Aureal\Vortex\AU8830\Customization","EnableA3dDemosInstall",0x00010001,0,0,0,0				;set DWORD value to "1" to enable A3D demos installation

; Vortex Control Panel Tray Icon
HKLM,"Software\Aureal\Vortex\AU8830\Customization","DisableTrayIcon",0x00010001,1,0,0,0					;set DWORD value to "1" to disable Vortex tray icon in SysTray

; Vortex Control Panel
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ControlPanelTitle",0x00020000,%StrControlPanelTitle%	;Vortex control panel title
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ControlPanelPageConfig",0x00020000,"312"				;Vortex control panel page config
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ControlPanelActivePage",0x00020000,"1"					;Vortex control panel active page
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ControlPanelIconDesc",0x00020000,%StrControlPanelIconDesc%	;Vortex control panel description
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ControlPanelIconInfo",0x00020000,%StrControlPanelIconInfo%;Vortex control panel info

HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","SoftSynthMode",0x00010001,1,0,0,0						;Vortex contrl panel WT mode (0 - 2)
;HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","AspenWavetableEffect",0x00010001,0,0,0,0				;Vortex control panel WT effects on/off (1/0)
;HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","ReverbAmount",0x00010001,0,0,0,0						;Vortex control panel WT reverb amount (0 - 127)
;HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","ChorusAmount",0x00010001,0,0,0,0						;Vortex control panel WT chorus amount (0 - 127)

; Vortex Uninstaller
HKLM,"Software\Aureal\Vortex\AU8830\Customization","UninstallerName",0x00020000,%StrUninstallerName%				;Vortex uninstaller name in Add/Remove Programs control panel
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ManufacturerName",0x00020000,%StrManufacturerName%		;OEM manufacturer name
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ProductName",0x00020000,%StrProductName%						;OEM product name
HKLM,"Software\Aureal\Vortex\AU8830\Customization","EnableOneStepUninstall",0x00010001,2,0,0,0				;0: disable, non-0: enable

; S/PDIF settings
HKLM,"Software\Aureal\Vortex\AU8830\Customization","EnableSpdifIn",0x00010001,0,0,0,0						;set DWORD value to "1" to enable S/PDIF In
HKLM,"Software\Aureal\Vortex\AU8830\Customization","EnableSpdifOut",0x00010001,1,0,0,0						;set DWORD value to "1" to enable S/PDIF Out
HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","SpdifFrequency",0x00010001,2,0,0,0						;DWORD value: 0 - 32kHz, 2 - 48kHz

; Mixer tone control and 3D control config
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ToneControlType",0x00010001,0,0,0,0						; DWORD Value: 0 - no tone control, 1 - HW TC
HKLM,"Software\Aureal\Vortex\AU8830\Customization","DisableAC97Codec3DEffect",0x00010001,1,0,0,0			; DWORD Value: 1 - disable, 0 - enable

; mixer sources config
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPlay",0x00000001,1,1,1,1,1,1,1,1,1,0			; Binary Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigRec",0x00000001,1,1,1,1,1,1,1,1				; Binary Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigVoice",0x00000001,1,1							; Binary Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigAC97Ctrl",0x00000001,1,0,1,1,1					; Binary Value: 1 - enable, 0 - disable

; mixer controls config
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigLineOutMixer",0x00010001,1,0,0,0				; DWORD Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPlayLoudness",0x00010001,0,0,0,0				; DWORD Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPlayPopPost3D",0x00010001,0,0,0,0				; DWORD Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPLaySimStereo",0x00010001,1,0,0,0				; DWORD Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPlayMicMixSelect",0x00010001,1,0,0,0			; DWORD Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPlayMic12Select",0x00010001,0,0,0,0			; DWORD Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPlayMic20dBBoost",0x00010001,1,0,0,0			; DWORD Value: 1 - enable, 0 - disable
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixConfigPlayCDEQ",0x00010001,1,0,0,0					; DWORD Value: 1 - enable, 0 - disable

; initial equalizer states
HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","EQBypass",0x00010001,0,0,0,0

; initial mixer Master Vol/Mute
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitMasterVol",0x00010001,0C,0,0,0					; DWORD Value: 0x00 - 0x10
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitMasterMute",0x00010001,0,0,0,0					; DWORD Value: 1 - mute, 0 - unmute

; initial mixer vol level
;;
;; ORDER: WT, Wave Out, S/PDIF In, Telephone, Mic, LineIn, CD, Video, Aux, PC-Beep
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayVol",0x00000001,0C,0C,0C,0C,0C,0C,0C,0C,0C,0C ; Binary Value: 0x00 - 0x10
;; ORDER: Telephone, Mic, LineIn, CD, Video, Aux
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitRecVol",0x00000001,0C,0C,0C,0C,0C,0C,0C,0C		; Binary Value: 0x00 - 0x10
;; ORDER: Mic, LineIn
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitVoiceVol",0x00000001,0C,0C						; Binary Value: 0x00 - 0x10
;; ORDER: Mono Out, Headphone Out, S/PDIF Out, 3D Center, 3D Depth
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitAC97CtrlVol",0x00000001,0C,0C,0C,0C,0C			; Binary Value: 0x00 - 0x10

; initial mixer mute
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayMute",0x00000001,0,0,0,0,1,0,0,1,0,1			; Binary Value: 1 - mute, 0 - unmute
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitRecSelect",0x00000001,0,1,0,0,0,0,0,0			; Binary Value: 1 - selected
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitVoiceSelect",0x00000001,1,0						; Binary Value: 1 - selected
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitAC97CtrlMute",0x00000001,0,1,0,0,0				; Binary Value: 1 - mute, 0 - unmute

; initial tone control - first BYTE for enable (1) / disable (0)
;  and last two BYTE's for Bass and Treble amounts
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitLineOutToneCtrl",0x00000001,01,08,08				; Binary Value

; initial status of on/off controls for playback
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitLineOut3D",0x00010001,0,0,0,0					; DWORD Value: 1 - on, 0 - off
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayLoudness",0x00010001,0,0,0,0					; DWORD Value: 1 - on, 0 - off
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayPopPost3D",0x00010001,0,0,0,0				; DWORD Value: 1 - on, 0 - off
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPLaySimStereo",0x00010001,0,0,0,0				; DWORD Value: 1 - on, 0 - off
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayMicMixSelect",0x00010001,1,0,0,0				; DWORD Value: 1 - on, 0 - off
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayMic12Select",0x00010001,0,0,0,0				; DWORD Value: 1 - on, 0 - off
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayMic20dBBoost",0x00010001,1,0,0,0				; DWORD Value: 1 - on, 0 - off
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixInitPlayCDEQ",0x00010001,1,0,0,0						; DWORD Value: 1 - on, 0 - off

; CODEC Mixer Values for playback
HKLM,"Software\Aureal\Vortex\AU8830\Customization","PlayVolGainPhone",0x00010001,2,0,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","PlayVolGainMic",0x00010001,8,0,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","PlayVolGainLineIn",0x00010001,8,0,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","PlayVolGainCD",0x00010001,7,0,0,0			
HKLM,"Software\Aureal\Vortex\AU8830\Customization","PlayVolGainVideo",0x00010001,2,0,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","PlayVolGainAux",0x00010001,7,0,0,0			
HKLM,"Software\Aureal\Vortex\AU8830\Customization","PlayVolGainPCBeep",0x00010001,8,0,0,0		

; CODEC Mixer Values for record
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainPhone",0x00010001,0,0,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainMic",0x00010001,0,0,0,0			
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainLineIn",0x00010001,2,0,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainCD",0x00010001,7,0,0,0			
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainVideo",0x00010001,0,0,0,0	
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainAux",0x00010001,6,0,0,0			
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainStereoMix",0x00010001,0,0,0,0	
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecVolGainMonoMix",0x00010001,0,0,0,0		

; Digital Mixer Values for record
; Note: The valid value is between 0 and 0xFFFF and its corresponding dB value is defined in ODK.
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolPhone",0x00010001,50,46,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolMic",0x00010001,FF,FF,0,0			
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolLineIn",0x00010001,FF,FF,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolGainCD",0x00010001,FF,FF,0,0
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolVideo",0x00010001,50,46,0,0		
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolGainAux",0x00010001,FF,FF,0,0
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolStereoMix",0x00010001,FF,FF,0,0	
HKLM,"Software\Aureal\Vortex\AU8830\Customization","RecMaxVolMonoMix",0x00010001,99,21,0,0		

; Maximum playback volume for EQed CD
; Note: this value must match with CD analog playback input volume
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MaxEQedCDPlayVol",0x00010001,33,1B,0,0

HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixEnableTADSpecialFeature",0x00010001,0,0,0,0			; DWORD Value: 0 - disable, 1 - enable

HKLM,"Software\Aureal\Vortex\AU8830\Customization","AddLegacySettingInBegin",0x00010001,1,0,0,0				; DWORD Value: 0 - disable, 1 - enable

; Initial mixer line states for Microsoft Volume Control Panel
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixCplLineStatesPlay",0x00000001,1,1,1,0,0,1,1,1,0,1,0	; Binary Value: 1 - display
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixCplLineStatesRec",0x00000001,0,1,1,1,0,1,1,0			; Binary Value: 1 - display
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixCplLineStatesVoice",0x00000001,1,1					; Binary Value: 1 - display
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixCplLineStatesAC97Ctrl",0x00000001,1,1,1,1,1			; Binary Value: 1 - display 
HKLM,"Software\Aureal\Vortex\AU8830\Customization","MixCplEnableAdvancedButton",0x00010001,1,0,0,0			; DWORD Value: 1 - enable, 0 - disable

; Turn on/off the Digital Out support
HKLM,"Software\Aureal\Vortex\AU8830\Customization","SupportDigitalOut",0x00010001,1,0,0,0					; DWORD Value: 1 - on, 0 - off

; Set default state of Digital Out
HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","DigitalOutState",0x00010001,1,0,0,0						; DWORD Value: 1 - enable, 0 - disable

; Turn on/off the Sigmatel STAC9704 attenuation program 
HKLM,"Software\Aureal\Vortex\AU8830\Customization","ST9704ATTEN",0x00010001,0,0,0,0						; DWORD Value: 1 - on, 0 - off

; Turn on/off the Digital Audio EQ
HKLM,"Software\Aureal\Vortex\AU8830\Customization","SupportDigitalAudioEQ",0x00010001,1,0,0,0				; DWORD Value: 1 - on, 0 - off

; Set default state of Digital Audio EQ
HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","DigitalAudioEQState",0x00010001,1,0,0,0					; DWORD Value: 1 - enable, 0 - disable

; OEM specified PCM Out volume
; DWORD Value: 0x0 -12dB, 0x1 - 10.5dB, ... 0x8 - 0dB, ..., 0x1f - (-34.5)dB
HKLM,"Software\Aureal\Vortex\AU8830\Customization","AC97PCMOutVol",0x00010001,06,0,0,0		

;Graphic Equalizer coeffs
HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","CoefSet0",0x00000001,\
											00, 00, 00, 00,\
											60, 7e, 9e, c1, 01, 00, 02, 00, 01, 00,\
											a0, 7f, 5f, c0, 4f, 00, 00, 00, b1, ff,\
											3f, 7f, bc, c0, c2, 00, 00, 00, 3e, ff,\
											78, 7e, 77, c1, 1f, 01, 00, 00, e1, fe,\
											d6, 7c, e5, c2, 5c, 02, 00, 00, a4, fd,\
											49, 79, aa, c5, 67, 04, 00, 00, 99, fb,\
											20, 71, df, ca, 64, 08, 00, 00, 9c, f7,\
											33, 5d, 30, d4, 7e, 0f, 00, 00, 82, f0,\
											eb, 2b, ca, e3, d3, 1b, 00, 00, 2d, e4,\
											40, d7, 1d, f0, c5, 2a, 00, 00, 3b, d5,\
											\
											60, 7e, 9e, c1, 01, 00, 02, 00, 01, 00,\
											a0, 7f, 5f, c0, 4f, 00, 00, 00, b1, ff,\
											3f, 7f, bc, c0, c2, 00, 00, 00, 3e, ff,\
											78, 7e, 77, c1, 1f, 01, 00, 00, e1, fe,\
											d6, 7c, e5, c2, 5c, 02, 00, 00, a4, fd,\
											49, 79, aa, c5, 67, 04, 00, 00, 99, fb,\
											20, 71, df, ca, 64, 08, 00, 00, 9c, f7,\
											33, 5d, 30, d4, 7e, 0f, 00, 00, 82, f0,\
											eb, 2b, ca, e3, d3, 1b, 00, 00, 2d, e4,\
											40, d7, 1d, f0, c5, 2a, 00, 00, 3b, d5,\
											\
											14, 00, 00, 00,\
					 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e,\
					 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","MidEqGain",0x00000001,\
					 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e,\
					 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e, 96, 3e

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","Jazz",0x00000001,\
					fb,ff,fe,ff,01,00,03,00,08,00,05,00,00,00,fb,ff,f9,ff,fc,ff,fb,ff,\
					fe,ff,01,00,03,00,08,00,05,00,00,00,fb,ff,f9,ff,fc,ff

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","Rock",0x00000001,\
					12,00,0d,00,09,00,04,00,ff,ff,fa,ff,fd,ff,00,00,06,00,01,00,12,00,\
					0d,00,09,00,04,00,ff,ff,fa,ff,fd,ff,00,00,06,00,01,00

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","Classical",0x00000001,\
					06,00,05,00,04,00,03,00,07,00,fb,ff,ff,ff,04,00,02,00,fe,ff,06,\
					00,05,00,04,00,03,00,07,00,fb,ff,ff,ff,04,00,02,00,fe,ff

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","Pop",0x00000001,\
					00,00,00,00,00,00,02,00,03,00,06,00,04,00,fe,ff,fc,ff,00,00,00,00,00,\
					00,00,00,02,00,03,00,06,00,04,00,fe,ff,fc,ff,00,00

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","Dance",0x00000001,\
					14,00,0e,00,0b,00,05,00,00,00,fb,ff,fd,ff,00,00,08,00,00,00,14,00,\
					0e,00,0b,00,05,00,00,00,fb,ff,fd,ff,00,00,08,00,00,00

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","BandLabels",0x00020000,%EqBandLabels%

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","Ganged",0x00010001,1,0,0,0	

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","EqBypass",0x00010001,0,0,0,0

; Default FX parameters 								 
HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","FxSelectParams",0x00000001,04,06

;put the registration for the new ActiveX controls to the registry
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Indicator",0x00020000,"regsvr32.exe /s LevelInd.dll"

; Default FX parameters
HKLM,"Software\Aureal\Vortex\AU8830\ControlPanel","FxSelectParams",0x00000001,04,06

[AspenAudio.CopyList]
au30core.vxd,,
au30appy.vxd,,
au30wt.vxd,,
au30wt.drv,,
au30wave.vxd,,
au30wave.drv,,
au30mix.vxd,,
au30mix.drv,,
au30thru.dll,,
au30sbfm.vxd,,
au30cpl.cpl,,
a3d.vxd,,
a3d.dll,,
au30gm.arl,,
au30joys.vxd,,
au30midi.vxd,,
au30midi.drv,,
au30sbfm.vxd,,
au30port.vxd,,
LevelInd.dll,,
Eqdriver.dll,,
Regsvr32.exe,,,0x20
Au30DAL.dll,,

[AspenDOSAudio.CopyList]
au30dos.com,,

[AspenAppsAudio.CopyList]
au30cpl.exe,,
au30tray.exe,,
au30cpl1.hlp,,
au30cpl2.hlp,,
au30cpl3.hlp,,
au30cpl4.hlp,,
au30cpl1.gid,,
au30cpl2.gid,,
au30cpl3.gid,,
au30cpl4.gid,,
a3dsplsh.exe,,
a3dsplh.wav,,
a3dspls.wav,,

[AspenJoystick.CopyList]
;vjoyd.vxd,,
msjstick.drv,,
;au30joys.vxd,,

[AspenMpu401.CopyList]
;au30midi.vxd,,
;au30midi.drv,,

[AspenSBFMAudio.CopyList]
;au30sbfm.vxd,,

[MSSERWAVE.CopyList]
serwave.vxd,,
serwvdrv.drv,,
vmodctl.dll,,

[SourceDisksFiles]
a3d.vxd=42
a3d.dll=42
a3dsplsh.exe=42
a3dsplh.wav=42
a3dspls.wav=42
au30core.vxd=42
au30appy.vxd=42
au30wt.vxd=42
au30wt.drv=42
au30wave.vxd=42
au30wave.drv=42
au30mix.vxd=42
au30mix.drv=42
au30thru.dll=42
au30dos.com=42
au30joys.vxd=42
au30midi.vxd=42
au30midi.drv=42
au30sbfm.vxd=42
au30cpl.exe=42
au30cpl.cpl=42
au30tray.exe=42
au30cpl1.hlp=42
au30cpl2.hlp=42
au30cpl3.hlp=42
au30cpl4.hlp=42
au30cpl1.gid=42
au30cpl2.gid=42
au30cpl3.gid=42
au30cpl4.gid=42
au30dos.com=42
au30gm.arl=42
au30port.vxd=42
Au30DAL.dll=42
LevelInd.dll=42
Eqdriver.dll=42
Regsvr32.exe=42

[SourceDisksNames]
42=%DiskName%,,0000-0000

[DestinationDirs]
DefaultDestDir = 11
AspenDOSAudio.CopyList = 10
AspenAppsAudio.CopyList = 10
MSSERWAVE.CopyList = 11

[Strings]
;Non-localized strings - standard Microsoft values
KEY_IOC="SYSTEM\CurrentControlSet\Control\MediaResources\InstallOptionalComponents"

;Localized strings - standard Microsoft values
MediaClassName="ÉùÒô¡¢ÊÓƵºÍÓÎÏ·¿ØÖÆÆ÷"

;Non-localized strings - device-specific
ProductVersion="0.01.00.0001"

DiskName="Montego II °²×°ÓëÇý¶¯³ÌÐò´ÅÅÌ"
Mfg="Voyetra Turtle Beach"
MF\PCI_VEN_12EB&DEV_0002_AUDIO.DeviceDesc= "Montego II PCI񙮵"
PCI_VEN_12EB&DEV_0002_WAVE.DeviceDesc= "Montego IIÉù²¨ÒôƵ"
PCI_VEN_12EB&DEV_0002_AUX.DeviceDesc= "Montego II¸¨ÖúÒôƵ"
PCI_VEN_12EB&DEV_0002_MIX.DeviceDesc= "Montego IIÒôƵ»ìÒôÆ÷"
PCI_VEN_12EB&DEV_0002_WT.DeviceDesc= "Montego II Wavetable MIDI"
VIRTUAL\PCI_VEN_12EB&DEV_0002_JOYSTICK.DeviceDesc = "Montego II Gameport½çÃæ"
VIRTUAL\PCI_VEN_12EB&DEV_0002_MPU401.DeviceDesc = "Montego II MPU-401½çÃæ"
VIRTUAL\PCI_VEN_12EB&DEV_0002_SBFMAUDIO.DeviceDesc = "Montego II SB ProÉù°Ô¿¨·ÂÕæ"
Rockwell.DeviceDesc="Montego II µ÷Öƽâµ÷Æ÷ϵÁÐÉù²¨×°ÖÃ"

;TBS add-ins
StrGameportIfaceName="TBS Montego II Gameport Interface"
StrControlPanelTitle="TBS Montego II Control Panel"
StrControlPanelIconDesc="TBS Montego II Audio"
StrControlPanelIconInfo="TBS Montego II Control Panel"
StrUninstallerName="TBS Montego II"
StrManufacturerName="Turtle Beach Systems"
StrProductName="TBS Montego II"


KEY_OEM_JOY="SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM"
KEY_OPT_COMPONENTS="SYSTEM\CurrentControlSet\Control\MediaResources\InstallOptionalComponents"
KEY_RUN="Software\Microsoft\Windows\CurrentVersion\Run"
KEY_RUN_ONCE="Software\Microsoft\Windows\CurrentVersion\RunOnce"

;Localized driver name strings - device-specific
;Driver name strings must be 32 or less characters.
StrWaveOutDriverName="Montego II²¥»Ø"
StrWaveInDriverName="Montego II¼Ç¼"
StrMixerDriverName="Montego II»ìÒôÆ÷"
StrAuxDriverName="Montego II¸¨Öú"
StrWavetableDriverName="Montego II Wavetable"
StrMidiDriverName="Montego II MPU-401"

;Localized message-box strings - device-specific
StrCapAurealVortex="TBS Montego II"
StrCapAurealA3D="Aureal A3D"
StrCapPCIError="PCI ´íÎó"
StrCapAurealWt="Montego II Wavetable"
StrCapAurealToneControl="Montego II Òôµ÷¿ØÖÆ"
StrCapAurealModem="Montego II µ÷Öƽâµ÷Æ÷"
StrMsgPromptInstallDX5="Montego II PCI ÒôƵϵͳҪÇó°²×° DirectX5 »òÒÔÉÏ°æ±¾¡£ÒªÏÖÔÚ°²×° DirectX5 Âð£¿"
StrMsgWarningInstallDX5="Montego II PCI ÒôƵϵͳ½«»á¹Ø±ÕÖ±µ½°²×° DirectX5 »òÒÔÉϰ汾Ϊֹ¡£"				
StrMsgWarningPrimaryPCI="Montego II ÊÊÅäÆ÷ûÓвåÈëÖ÷Òª PCI ×ÜÏß¡£MPU401¡¢ÓÎÏ·¸Ë¡¢µ÷Öƽâµ÷Æ÷ºÍÉù°Ô¿¨¹¦ÄÜ"
StrMsgWarningPrimaryPCI2=" ¿ÉÄÜÎÞ·¨ÔÚ´ÎÒª PCI ×ÜÏß×÷Òµ¡£ÈçÐèÏêϸ×ÊÁÏÇë²ÎÔÄʹÓÃÊֲᡣϣÍû½«À´ÏÔʾ´ËÐÅÏ¢Âð£¿"
StrMsgWarningDrvDisabled="´Ë°æ±¾Çý¶¯³ÌÐòÖ»ÊÊÓÃÓÚÃÀ¹úºÍÅ·ÖÞµØÇø¡£´ËÇý¶¯³ÌÐòÒѱ»¹Ø±Õ¡£ÇëÁªÂçAureal Semiconductor¡±¡£"
StrMsgWarningMMXCPU="ÄúµÄϵͳûÓÐ MMX CPU¡£´ËÓ¦ÓóÌÐòÔÚûÓÐ MMXÏ ¿ÉÄÜ»áÔì³ÉϵͳµÄÐÔÄܱäÂý¡£Ï£Íû½«À´ÏÔʾ´ËÐÅÏ¢Âð£¿"
StrMsgWarningPCIError="Montego II PCI ´íÎó£º "
StrMsgWarningEnableWtEffects="Ó²¼þ×ÊÔ´²»×ãÎÞ·¨ÆôÓà wavetableЧ¹û¡£¹Ø±Õ DirectSound »ò Waveout ×°Öò¢ÔÙÊÔÒ»´Î¡£"
StrMsgWarningModemDeviceInUse="ÕýÔÚʹÓõ÷Öƽâµ÷Æ÷×°Öá£Äú±ØÐëÏȹرÕËùÓе±Ç°Ê¹Óõ÷Öƽâµ÷Æ÷µÄÓ¦ÓóÌÐò¼°·þÎñ²¢ÔÙÊÔÒ»´Î¡£"
StrMsgWarningEnableToneControl="Ó²¼þ×ÊÔ´²»×ãÎÞ·¨ÆôÓÃÒôµ÷¿ØÖÆ¡£¹Ø±Õ DirectSound »ò Waveout ×°Öò¢ÔÙÊÔÒ»´Î¡£"
StrMsgWarningSetSPDIFNon48="Ñ¡Ôñ´ËÑ¡ÏîµÄÓ²¼þ×ÊÔ´²»×ã.¹Ø±Õ DirectSound »ò Waveout ×°Öò¢ÔÙÊÔÒ»´Î¡£"

;Localized mixer source line strings - device-specific
;ShortName strings must be 16 or less characters
MixSrcWtShortName="Wavetbl"					;"Wavetbl"
MixSrcWtName="WavetableºÏ³ÉÆ÷"		;"Wavetable Synthesizer"
MixSrcWaveShortName="Wave"					;"Wave"
MixSrcWaveName="Éù²¨Êä³ö"					;"Wave Out"
MixSrcSpdifShortName="SP-DIF"				;"SP-DIF"
MixSrcSpdisName="SP-DIF ÊäÈë"				;"SP-DIF Input"
MixSrcBeepShortName="Beep"					;"Beep"				
MixSrcBeepName="PCà½à½Éù"					;"PC Beep"
MixSrcPhoneShortName="Phone"				;"Phone"
MixSrcPhoneName="µç»°"					;"Telephone"
MixSrcMicShortName="Mic"					;"Mic"
MixSrcMicName="Âó¿Ë·ç"					;"Microphone"
MixSrcLineInShortName="Line"				;"Line"
MixSrcLineInName="Ïß·ÊäÈë"					;"Line-In"
MixSrcCDShortName="CD"						;"CD"
MixSrcCDName="CD-ROM"						;"CD-ROM"
MixSrcVideoShortName="MIDI"				;"Video"
MixSrcVideoName="MIDI"						;"Video"
MixSrcAuxShortName="Aux"					;"Aux"
MixSrcAuxName="¸¨Öú"					;"Auxiliary"
MixSrcStereoMixShortName="StereoMix"		;"StereoMix"
MixSrcStereoMixName="Á¢ÌåÉù»ìÒôÆ÷ÊäÈë"		;"Stereo Mixer Input"
MixSrcMonoMixShortName="MonoMix"			;"MonoMix"
MixSrcMonoMixName="µ¥Òô»ìÒôÆ÷ÊäÈë"			;"Mono Mixer Input"

MixSrcMonoOutShortName="MonoOut"			;"MonoOut"
MixSrcMonoOutName="µ¥ÒôÊä³ö"				;"Mono Out"	
MixSrcHpOutShortName="HPOut"				;"HPOut"
MixSrcHpOutName="¶ú»úÊä³ö"				;"Headphone Out"	
MixSrcSpdifOutShortName="SpdifOut"			;"SpdifOut"
MixSrcSpdifOutName="SP-DIFÊä³ö"				;"SP-DIF Out"	
MixSrc3DCenterShortName="3DCenter"			;"3DCenter"
MixSrc3DCenterName="3D¾ÓÖÐ"				;"3D Center"	
MixSrc3DDepthShortName="3DDepth"			;"3DDepth"
MixSrc3DDepthName="3DÉî¶È"				;"3D Depth"	

;Localized mixer destination line strings - device-specific
MixDestLineOutShortName="Vol"				;"Vol"
MixDestLineOutName="ÒôÁ¿¿ØÖÆ"			;"Volume Control"
MixDestWaveInShortName="Rec"				;"Rec"
MixDestWaveInName="¼Òô¿ØÖÆ"		;"Recording Control"
MixDestVoiceInShortName="ÉùÒô"				;"Voice"
MixDestVoiceInName="ÉùÒôÃüÁî"			;"Voice Commands"
MixDestAC97CtrlsOutShortName="AC97Ctrls"	;"AC97Ctrls"
MixDestLineAC97CtrlsOutName="AC97¿ØÖÆ"	;"AC97 Controls"


;Localized mixer control strings - device-specific
MixMixerLineOutShortName="PlayMix"			;"PlayMix"
MixMixerLineOutName="²¥·Å»ìÒôÆ÷"		;"Playback Mixer"
MixMuxWaveInShortName="WaveInMux"
MixMuxWaveInName="Éù²¨ÊäÈëMux"
MixMuxVoiceInShortName="VoiceInMux"
MixMuxVoiceInName="ÉùÒôÊäÈëMux"

MixVolLWtShortName="WTVol"
MixVolLWtName="WavetableÊä³öÒôÁ¿¿ØÖÆ"
MixVolLWaveShortName="WaveVol"
MixVolLWaveName="Éù²¨Êä³öÒôÁ¿¿ØÖÆ"
MixVolLSpdifShortName="SPDIFVol"
MixVolLSpdifName="SPDIFÊäÈëÒôÁ¿¿ØÖÆ"
MixVolLBeepShortName="PCBeepVol"
MixVolLBeepName="PCà½à½ÉùÊäÈëÒôÁ¿¿ØÖÆ"
MixVolLPhoneShortName="PhoneVol"
MixVolLPhoneName="µç»°ÊäÈëÒôÁ¿¿ØÖÆ"
MixVolLMicShortName="MicVol"
MixVolLMicName="Âó¿Ë·çÊäÈëÒôÁ¿¿ØÖÆ"
MixVolLLineInShortName="LineInVol"
MixVolLLineInName="Ïß·ÊäÈëÒôÁ¿¿ØÖÆ"
MixVolLCDShortName="CD_ROMVol"
MixVolLCDName="ÄÚ²¿ CD_ROM ÊäÈëÒôÁ¿¿ØÖÆ"
MixVolLVideoShortName="MIDIVol"
MixVolLVideoName="ÊÓƵÊäÈëÒôÁ¿¿ØÖÆ"
MixVolLAuxShortName="AuxVol"
MixVolLAuxName="¸¨ÖúÊäÈëÒôÁ¿¿ØÖÆ"

MixVolLineOutMasterShortName="MasterVol"
MixVolLineOutMasterName="Ïß·Êä³öÖ÷ÒôÁ¿¿ØÖÆ"
MixVolLineOutHpShortName="HPVol"
MixVolLineOutHpName="¶ú»úÊä³öÖ÷ÒôÁ¿¿ØÖÆ"
MixVolLineOutMonoShortName="MonoVol"
MixVolLineOutMonoName="µ¥ÒôÊä³öÖ÷ÒôÁ¿¿ØÖÆ"
MixVolLineOutSpdifShortName="SPDIFVol"
MixVolLineOutSpdifName="SPDIF Êä³öÒôÁ¿¿ØÖÆ"

MixVolWPhoneShortName="PhoneVol"
MixVolWPhoneName="µç»°ÊäÈëÒôÁ¿¿ØÖÆ"
MixVolWMicShortName="MicVol"
MixVolWMicName="Âó¿Ë·çÊäÈëÒôÁ¿¿ØÖÆ"
MixVolWLineInShortName="LineVol"
MixVolWLineInName="Ïß·ÊäÈëÒôÁ¿¿ØÖÆ"
MixVolWCDShortName="CDVol"
MixVolWCDName="CD ÊäÈëÒôÁ¿¿ØÖÆ"
MixVolWVideoShortName="VideoVol"
MixVolWVideoName="ÊÓƵÊäÈëÒôÁ¿¿ØÖÆ"
MixVolWAuxShortName="AuxVol"
MixVolWAuxName="¸¨ÖúÊäÈëÒôÁ¿¿ØÖÆ"
MixVolWStereoMixShortName="StereoMixVol"
MixVolWStereoMixName="Á¢ÌåÉù»ìÒôÆ÷ÊäÈëÒôÁ¿¿ØÖÆ"
MixVolWMonoMixShortName="MonoMixVol"
MixVolWMonoMixName="µ¥Òô»ìÒôÆ÷ÊäÈëÒôÁ¿¿ØÖÆ"

MixVolVMicShortName="MicVol"
MixVolVMicName="Âó¿Ë·çÊäÈëÒôÁ¿¿ØÖÆ"
MixVolVLineInShortName="LineVol"
MixVolVLineInName="Ïß·ÊäÈëÒôÁ¿¿ØÖÆ"

MixMuteLWtShortName="WTMute"
MixMuteLWtName="Wavetable Êä³ö¾²Òô¿ØÖÆ"
MixMuteLWaveShortName="WaveMute"
MixMuteLWaveName="Éù²¨Êä³ö¾²Òô¿ØÖÆ"
MixMuteLSpdifShortName="SPDIFMute"
MixMuteLSpdifName="SPDIF ÊäÈë¾²Òô¿ØÖÆ"
MixMuteLBeepShortName="PCBeepMute"
MixMuteLBeepName="PC à½à½ÉùÊäÈë¾²Òô¿ØÖÆ"
MixMuteLPhoneShortName="PhoneMute"
MixMuteLPhoneName="µç»°ÊäÈë¾²Òô¿ØÖÆ"
MixMuteLMicShortName="MicMute"
MixMuteLMicName="Âó¿Ë·çÊäÈë¾²Òô¿ØÖÆ"
MixMuteLLineInShortName="LineInMute"
MixMuteLLineInName="Ïß·ÊäÈë¾²Òô¿ØÖÆ"
MixMuteLCDShortName="CD_ROMMute"
MixMuteLCDName="ÄÚ²¿ CD_ROM ÊäÈë¾²Òô¿ØÖÆ"
MixMuteLVideoShortName="VideoMute"
MixMuteLVideoName="ÊÓƵÊäÈë¾²Òô¿ØÖÆ"
MixMuteLAuxShortName="AuxMute"
MixMuteLAuxName="¸¨ÖúÊäÈë¾²Òô¿ØÖÆ"

MixMuteLineOutMasterShortName="MaserMute"
MixMuteLineOutMasterName="Ïß·Êä³öÖ÷¾²Òô¿ØÖÆ"
MixMuteLineOutHpShortName="HPMute"
MixMuteLineOutHpName="¶ú»úÊä³öÖ÷¾²Òô¿ØÖÆ"
MixMuteLineOutMonoShortName="MonoMute"
MixMuteLineOutMonoName="µ¥ÒôÊä³öÖ÷¾²Òô¿ØÖÆ"
MixMuteLineOutSpdifShortName="SPDIFMute"
MixMuteLineoutSpdifName="SPDIF Êä³ö¾²Òô¿ØÖÆ"

MixSelectMicMixShortName="SelectLine"
MixSelectMicMixName="Ñ¡ÔñÏß·Êä³öÖÁµ÷Öƽâµ÷Æ÷"

MixOnOff3DShortName="3D Á¢ÌåÉù¿ªÆô"
MixOnOff3DName="3D Á¢ÌåÉùÔöÇ¿¿ªÆô"
MixOnOffLoudnessShortName="¼ÓÇ¿µÍÒô¿ªÆô"
MixOnOffLoudnessName="¼ÓÇ¿µÍÒô(µÍÒôÇý¶¯)¿ªÆô"
MixOnOffPopShortName="POP Pre3D ¿ªÆô"
MixOnOffPopName="POP Pre3D ¿ªÆô"
MixOnOffSimStereoShortName="SimStereo ¿ªÆô"
MixOnOffSimStereoName="·ÂÕæÁ¢ÌåÉùÔöÇ¿¿ªÆô"

Mix3DCenterShortName="3D ¾ÓÖÐ"
Mix3DCenterName="3D Á¢ÌåÉùÔöÇ¿¾ÓÖÐ"
Mix3DDepthShortName="3D Éî¶È"
Mix3DDepthName="3D Á¢ÌåÉùÔöÇ¿Éî¶È"

MixSelectMic2ShortName="Âó¿Ë·ç 2 Ñ¡Ôñ"
MixSelectMic2Name="Ñ¡ÔñÂó¿Ë·ç 2"

MixOnOffMicGainShortName="Âó¿Ë·çÔö¼Ó"
MixOnOffMicGainName="Âó¿Ë·çÔö¼Ó£¨+20dB£©"

MixOnOffToneShortName="Òôµ÷¿ØÖÆ¿ªÆô"
MixOnOffToneName="Æô¶¯Òôµ÷¿ØÖÆ"
MixBaseLineOutShortName="µÍÒô"
MixBaseLineOutName="Ïß·Êä³öµÍÒô¿ØÖÆ"
MixTrebleLineOutShortName="¸ßÒô"
MixTrebleLineOutName="Ïß·Êä³ö¸ßÒô¿ØÖÆ"

MixVuLineOutWaveShortName="WaveOutVu"
MixVuLineOutWaveName="Éù²¨Êä³ö VU"
MixVuWaveInMicShortName="VU-Âó¿Ë·ç"
MixVuWaveInMicName="Éù²¨ÊäÈë VU£¨Âó¿Ë·ç£©"
MixVuWaveInLineShortName="VU-Ïß·"
MixVuWaveInLineName="Éù²¨ÊäÈë VU£¨Ïß·£©"
MixVuVoiceInMicShortName="VU-Âó¿Ë·ç"
MixVuVoiceInMicName="ÓïÒôÊäÈë VU£¨Âó¿Ë·ç£©"
MixVuVoiceInLineShortName="VU-Ïß·"
MixVuVoiceInLineName="ÓïÒôÊäÈë VU£¨Ïß·£©"

MixPlayCDEQShortName="Æô¶¯ EQ"
MixPlayCDEQName="Æô¶¯Í¼ÐξùºâÆ÷"

EqBandLabels="31 63 125 250 500 1K 2K 4K 8K 16K"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 2.11