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

;*---------------------------------------------------------------------------
;*
;* $Workfile: au30mmed.inf $
;*
;*---------------------------------------------------------------------------
;*
;* $Revision: 1.2 $  $Date: 1998/08/28 15:28:04 $  
;*				
;*---------------------------------------------------------------------------
;*
;* 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","BandCurrentBands",0x00000001,\
  		00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  		00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

HKLM,"Software\Aureal\Vortex\AU8830\Equalizer","BandCoeffecients",0x00000001,\
    									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

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,0,0,0,0				;set DWORD value to "1" to enable A3D demos installation

;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]
Au30DAL.dll,,
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

[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]
Au30DAL.dll=42
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
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="Contrôleurs de son, de MPU-401 et de jeux"

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

;Localized strings - device-specific
DiskName="Disque des pilotes et de l'installation TBS Montego II"
Mfg="Turtle Beach Systems"
MF\PCI_VEN_12EB&DEV_0002_AUDIO.DeviceDesc= "Audio PCI TBS Montego II"
PCI_VEN_12EB&DEV_0002_WAVE.DeviceDesc= "Audio Wave TBS Montego II"
PCI_VEN_12EB&DEV_0002_AUX.DeviceDesc= "Audio auxiliaire TBS Montego II"
PCI_VEN_12EB&DEV_0002_MIX.DeviceDesc= "Mixage audio TBS Montego II"
PCI_VEN_12EB&DEV_0002_WT.DeviceDesc= "MIDI Wavetable TBS Montego II"
VIRTUAL\PCI_VEN_12EB&DEV_0002_JOYSTICK.DeviceDesc = "Interface de port de jeux TBS Montego II"
VIRTUAL\PCI_VEN_12EB&DEV_0002_MPU401.DeviceDesc = "Interface MPU-401 TBS Montego II"
VIRTUAL\PCI_VEN_12EB&DEV_0002_SBFMAUDIO.DeviceDesc = "Emulation Pro Sound Blaster TBS Montego II"
Rockwell.DeviceDesc="Périphérique TBS Montego II Modem Serial Wave"

;TBS add-ins
StrGameportIfaceName="Interface de port de jeux TBS Montego II"
StrControlPanelTitle="Panneau de configuration TBS Montego II"
StrControlPanelIconDesc="Audio TBS Montego II"
StrControlPanelIconInfo="Panneau de configuration TBS Montego II"
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
StrWaveOutDriverName="Lecture d'TBS Montego II"
StrWaveInDriverName="Enregistrement d'TBS Montego II"
StrMixerDriverName="Mixage d'TBS Montego II"
StrAuxDriverName="Aux. d'TBS Montego II"
StrWavetableDriverName="Wavetable TBS Montego II"
StrMidiDriverName="MPU-401 TBS Montego II"

;Localized message-box strings - device-specific
StrCapAurealVortex="TBS Montego II"
StrCapAurealA3D="Aureal A3D"
StrCapPCIError="Erreur PCI"
StrCapAurealWt="TBS Montego II Wavetable"
StrCapAurealToneControl="Contrôle de tonalité TBS Montego II"
StrCapAurealModem="Modem TBS Montego II"
StrMsgPromptInstallDX5="Le système PCI Audio TBS Montego II nécessite l'installation de DirectX5 ou une version ultérieure. Souhaitez-vous installer DirectX5 maintenant ?"
StrMsgWarningInstallDX5="Le système PCI Audio TBS Montego II sera désactivé jusqu'à ce que DirectX5 ou une version ultérieure soit installé."				
StrMsgWarningPrimaryPCI="L'adaptateur TBS Montego II n'est par branché sur le bus PCI principal.\nLe MPU401, la manette de jeu, le modem et les fonctions Sound Blaster"
StrMsgWarningPrimaryPCI2=" risquent de ne pas fonctionner sur un bus PCI secondaire. Pour plus d'informations, veuillez consulter le manuel d'utilisation. Voulez-vous continuer à afficher ce message ?"
StrMsgWarningDrvDisabled="Cette version des pilotes a été conçue pour être utilisée exclusivement aux Etats-Unis et en Europe. Les pilotes ont été désactivés. Veuillez contacter Turtle Beach Systems."
StrMsgWarningMMXCPU="Le système ne dispose pas de MMX CPU. Les performances de cette application risque de diminuer sur les systèmes ne disposant pas de MMX. Voulez-vous continuer à afficher ce message ?"
StrMsgWarningPCIError="Erreur de TBS Montego II PCI : "
StrMsgWarningEnableWtEffects="Ressources matérielles insuffisantes pour activer les effets Wavetable. Fermez les périphériques DirectSound ou Waveout et essayez de nouveau."
StrMsgWarningModemDeviceInUse="Le modem est déjà utilisé. Vous devez d'abord fermer toutes les applications et les services qui utilisent actuellement le modem et essayer de nouveau."
StrMsgWarningEnableToneControl="Ressources matérielles insuffisantes pour activer le contrôle de tonalité Fermez les périphériques DirectSound ou Waveout et essayez de nouveau."
StrMsgWarningSetSPDIFNon48="Ressources matérielles insuffisantes pour sélectionner cette option. Fermez les périphériques DirectSound ou Waveout et essayez de nouveau."

;Localized mixer source line strings - device-specific
MixSrcWtShortName="Wavetbl"					;"Wavetbl"
MixSrcWtName="Synthétiseur Wavetable"		;"Synthétiseur Wavetable"
MixSrcWaveShortName="Wave"					;"Wave"
MixSrcWaveName="Sortie de wave"					;"Sortie de wave"
MixSrcSpdifShortName="SP-DIF"				;"SP-DIF"
MixSrcSpdisName="Entrée SP-DIF"				;"Entrée SP-DIF"
MixSrcBeepShortName="Bip"					;"Beep"				
MixSrcBeepName="Bip PC"					;"Bip PC"
MixSrcPhoneShortName="Ecouteur"				;"Phone"
MixSrcPhoneName="Téléphone"					;"Telephone"
MixSrcMicShortName="Micro"					;"Mic"
MixSrcMicName="Microphone"					;"Microphone"
MixSrcLineInShortName="Ligne"				;"Line"
MixSrcLineInName="Entrée de ligne"					;"Entrée de ligne"
MixSrcCDShortName="CD"						;"CD"
MixSrcCDName="CD-ROM"						;"CD-ROM"
MixSrcVideoShortName="MPU-401"				;"Video"
MixSrcVideoName="MPU-401"						;"Video"
MixSrcAuxShortName="Aux."					;"Aux"
MixSrcAuxName="Auxiliaire"					;"Auxiliary"
MixSrcStereoMixShortName="Mix. stéréo"		;"StereoMix"
MixSrcStereoMixName="Entrée mix. stéréo"		;"Stereo Mixer Input"
MixSrcMonoMixShortName="Mix. mono"			;"MonoMix"
MixSrcMonoMixName="Entrée mix. mono"			;"Entrée de mixage mono"

MixSrcMonoOutShortName="Entr. mix. mono"			;"MonoOut"
MixSrcMonoOutName="Sortie mono"				;"Sortie mono"	
MixSrcHpOutShortName="Sortie HP"				;"HPOut"
MixSrcHpOutName="Sort. du casque"				;"Sortie du casque"	
MixSrcSpdifOutShortName="Sortie Spdif"			;"SpdifOut"
MixSrcSpdifOutName="Sortie SP-DIF"				;"Sortie SP-DIF"	
MixSrc3DCenterShortName="Centre3D"			;"Centre3D"
MixSrc3DCenterName="Centre 3D"				;"Centre 3D"	
MixSrc3DDepthShortName="Profondeur3D"			;"Profondeur3D"
MixSrc3DDepthName="Profondeur 3D"				;"Profondeur 3D"	

;Localized mixer destination line strings - device-specific
MixDestLineOutShortName="Vol."				;"Vol"
MixDestLineOutName="Réglage du volume"			;"Réglage du volume"
MixDestWaveInShortName="Enreg."				;"Rec"
MixDestWaveInName="Contrôle d'enregistrement"		;"Contrôle d'enregistrement"
MixDestVoiceInShortName="Vocal"				;"Voice"
MixDestVoiceInName="Commandes vocales"			;"Commandes vocales"
MixDestAC97CtrlsOutShortName="Ctrls AC97"	;"AC97Ctrls"
MixDestLineAC97CtrlsOutName="Contrôles AC97"	;"Contrôles AC97"


;Localized mixer control strings - device-specific
MixMixerLineOutShortName="Mix. Lect."			;"PlayMix"
MixMixerLineOutName="Mixage de lecture"		;"Mixage de lecture"
MixMuxWaveInShortName="Mux entr. wave"
MixMuxWaveInName="Mux d'entrée de wave"
MixMuxVoiceInShortName="Mux entrée voc."
MixMuxVoiceInName="Mux d'entrée vocale"

MixVolLWtShortName="Vol. WT"
MixVolLWtName="Réglage du volume pour la sortie de Wavetable"
MixVolLWaveShortName="Vol. wave"
MixVolLWaveName="Réglage du volume pour la sortie de wave"
MixVolLSpdifShortName="SPDIFVol"
MixVolLSpdifName="Réglage du volume de l'entrée SPDIF"
MixVolLBeepShortName="VolPCBip"
MixVolLBeepName="Contrôle du volume pour l'entrée du bip du PC"
MixVolLPhoneShortName="VolEcouteur"
MixVolLPhoneName="Réglage du volume de l'entrée de l'écouteur"
MixVolLMicShortName="Vol. mic"
MixVolLMicName="Réglage du volume de l'entrée du microphone"
MixVolLLineInShortName="Vol. entrée"
MixVolLLineInName="Réglage du volume de l'entrée de ligne"
MixVolLCDShortName="Vol. CD-ROM"
MixVolLCDName="Réglage du volume de l'entrée du CD-ROM interne"
MixVolLVideoShortName="Vol. MPU-401"
MixVolLVideoName="Réglage du volume de l'entrée MPU-401"
MixVolLAuxShortName="Vol. aux."
MixVolLAuxName="Réglage du volume de l'entrée de l'auxiliaire"

MixVolLineOutMasterShortName="VolPrincipal"
MixVolLineOutMasterName="Réglage du volume du canal principal pour la sortie de ligne"
MixVolLineOutHpShortName="Vol. HP"
MixVolLineOutHpName="Contrôle du volume principal pour la sortie du casque"
MixVolLineOutMonoShortName="VolMono"
MixVolLineOutMonoName="Contrôle du volume principal de la sortie mono"
MixVolLineOutSpdifShortName="SPDIFVol"
MixVolLineOutSpdifName="Contrôle de volume pour la sortie SPDIF"

MixVolWPhoneShortName="VolEcouteur"
MixVolWPhoneName="Réglage du volume de l'entrée du téléphone"
MixVolWMicShortName="Vol. mic"
MixVolWMicName="Réglage du volume de l'entrée du microphone"
MixVolWLineInShortName="Vol. ligne"
MixVolWLineInName="Réglage du volume de l'entrée de ligne"
MixVolWCDShortName="Vol. CD"
MixVolWCDName="Réglage du volume de l'entrée du CD"
MixVolWVideoShortName="Vol. MPU-401"
MixVolWVideoName="Réglage du volume de l'entrée MPU-401"
MixVolWAuxShortName="Vol. aux."
MixVolWAuxName="Réglage du volume de l'entrée de l'auxiliaire"
MixVolWStereoMixShortName="Vol.mix.stéréo"
MixVolWStereoMixName="Réglage du volume de l'entrée du mixage stéréo"
MixVolWMonoMixShortName="Vol.mix.mono"
MixVolWMonoMixName="Réglage du volume de l'entrée du mixage mono"

MixVolVMicShortName="Vol. mic"
MixVolVMicName="Réglage du volume de l'entrée du microphone"
MixVolVLineInShortName="Vol. ligne"
MixVolVLineInName="Réglage du volume de l'entrée de ligne"

MixMuteLWtShortName="Silence WT"
MixMuteLWtName="Contrôle du silence de la sortie de Wavetable"
MixMuteLWaveShortName="Blocage wave"
MixMuteLWaveName="Contrôle du silence de la sortie de wave"
MixMuteLSpdifShortName="SilenceSPDIF"
MixMuteLSpdifName="Contrôle du silence de l'entrée SPDIF"
MixMuteLBeepShortName="SilenceBipPC"
MixMuteLBeepName="Contrôle du silence pour l'entrée du bip du PC"
MixMuteLPhoneShortName="SilenceEcouteur"
MixMuteLPhoneName="Contrôle du silence de l'entrée du téléphone"
MixMuteLMicShortName="Silence micro"
MixMuteLMicName="Contrôle du silence de l'entrée du microphone"
MixMuteLLineInShortName="Silence entr. ligne"
MixMuteLLineInName="Contrôle du silence de l'entrée de ligne"
MixMuteLCDShortName="Silence CD-ROM"
MixMuteLCDName="Contrôle du silence de l'entrée du CD-ROM interne"
MixMuteLVideoShortName="SilenceMPU-401"
MixMuteLVideoName="Contrôle du silence de l'entrée MPU-401"
MixMuteLAuxShortName="Silence aux."
MixMuteLAuxName="Contrôle du silence de l'entrée de l'auxiliaire"

MixMuteLineOutMasterShortName="Silen. principal"
MixMuteLineOutMasterName="Contrôle du silence du canal principal pour la sortie de ligne"
MixMuteLineOutHpShortName="HP muet"
MixMuteLineOutHpName="Contrôle du silence du canal principal pour la sortie du casque"
MixMuteLineOutMonoShortName="Silence mono"
MixMuteLineOutMonoName="Contrôle du silence principal de la sortie mono"
MixMuteLineOutSpdifShortName="SilenceSPDIF"
MixMuteLineoutSpdifName="Contrôle du silence pour la sortie SPDIF"

MixSelectMicMixShortName="Sélec. ligne"
MixSelectMicMixName="Sélectionner la sortie de ligne au modem"

MixOnOff3DShortName="Stéréo3Dactivée"
MixOnOff3DName="Amélioration Stéreo 3D activée"
MixOnOffLoudnessShortName="Intensité activ."
MixOnOffLoudnessName="Intensité du son (renforcement des graves) activée"
MixOnOffPopShortName="POP Pre3D act."
MixOnOffPopName="POP Pre3D act."
MixOnOffSimStereoShortName="SimStereo act."
MixOnOffSimStereoName="Amélioration de Simulated Stereo activée"

Mix3DCenterShortName="Centre 3D"
Mix3DCenterName="Centre d'amélioration stéréo 3D"
Mix3DDepthShortName="Profondeur 3D"
Mix3DDepthName="Profondeur de l'amélioration stéréo 3D"

MixSelectMic2ShortName="Sélec. mic2"
MixSelectMic2Name="Sélection du microphone 2"

MixOnOffMicGainShortName="Gain du micro"
MixOnOffMicGainName="Gain du microphone (+20 dB)"

MixOnOffToneShortName="Cont.ton.act."
MixOnOffToneName="Activer le contrôle de la tonalité"
MixBaseLineOutShortName="Graves"
MixBaseLineOutName="Réglage des graves à la sortie"
MixTrebleLineOutShortName="Aigus"
MixTrebleLineOutName="Réglage des aigus à la sortie"

MixVuLineOutWaveShortName="Vu sortie wave"
MixVuLineOutWaveName="VU pour la sortie de wave"
MixVuWaveInMicShortName="VU micro"
MixVuWaveInMicName="VU pour l'entrée de wave (microphone)"
MixVuWaveInLineShortName="VU ligne"
MixVuWaveInLineName="VU pour l'entrée de wave (ligne)"
MixVuVoiceInMicShortName="VU micro"
MixVuVoiceInMicName="VU pour l'entrée vocale (microphone)"
MixVuVoiceInLineShortName="VU ligne"
MixVuVoiceInLineName="VU pour l'entrée vocale (ligne)"

MixPlayCDEQShortName="Activer EQ"
MixPlayCDEQName="Activer l'égaliseur graphique"

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: ftp, load: 2.09